Skip to content

Commit fda0f87

Browse files
authoredMar 11, 2023
Update README.md
1 parent d6cda2c commit fda0f87

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎README.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
**Installation and configuration:**
33

44
Step 1: download and Install anaconda from anaconda.org
5+
56
Step 2: Install conda environment from rdkit.yml by using this command in anaconda terminal : "conda env create -f environment.yml"
7+
68
Step 3: check for installation : conda env list
9+
710
Step 4: Activate the environment : conda activate rdkit-training
11+
812
Step 5: check the list of packages available in rdkit-training env : conda list

0 commit comments

Comments
 (0)
Please sign in to comment.