We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6cda2c commit fda0f87Copy full SHA for fda0f87
README.md
@@ -2,7 +2,11 @@
2
**Installation and configuration:**
3
4
Step 1: download and Install anaconda from anaconda.org
5
+
6
Step 2: Install conda environment from rdkit.yml by using this command in anaconda terminal : "conda env create -f environment.yml"
7
8
Step 3: check for installation : conda env list
9
10
Step 4: Activate the environment : conda activate rdkit-training
11
12
Step 5: check the list of packages available in rdkit-training env : conda list
0 commit comments