Instructions to create and use the 'cheminf' conda environment from a YAML file
-
Open Anaconda Prompt
- On Windows: Search for 'Anaconda Prompt' in the Start menu and open it.
- On Linux/Mac: Open your preferred terminal.
-
Navigate to the folder where the YAML file is saved For example: cd C:\Users\YourUsername\YourFolder
-
Create the environment by running: conda env create -f env.yaml
-
Wait for the installation to finish.
-
Activate the environment: conda activate cheminf
-
To use the graphical user interface (easyROB.py): python easyrob.py