Installation ============= To install BFS from git, clone the project using the following command: :: git clone https://forge.ibisc.univ-evry.fr/tissa/BFS/tree/master/BFS.git To reproduce the conda environment with the required packages and appropriate versions, use the following command: For Mac users: :: conda env create -f BFS_mac.yml For Linux users: :: conda env create -f BFS_linux.yml After cloning the repository and creating the conda environment, you will need to follow the next two commands before running BFS: :: conda activate BFS cd BFS/source To install BFS using pip: :: python3 -m pip install BGFS