Skip to content

Commit 0990a3b

Browse files
authored
Update README.md
1 parent cc1f5fb commit 0990a3b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# rdkit_tutorials
22

3-
Provided jupyter notebooks are custom curated and will help the users to start working on rdKit
4-
Please note that, this custom curated Jupyter Notebooks are various sources and respective credits were assigned; apologies in advance (if i forget to mention any credits)
3+
**Installation:**
4+
Please download the rdkit tutorials from my github (https://github.com/suneelbvs/rdkit_tu...) including data, and yml files as well.
5+
6+
Step 1: download and Install anaconda from anaconda.org
7+
Step 2: Install conda environment from rdkit.yml by using this command in anaconda terminal : "conda env create -f environment.yml"
8+
Step 3: check for installation : conda env list
9+
Step 4: Activate the environment : conda activate rdkit-training
10+
Step 5: check the list of packages available in rdkit-training env : conda list

0 commit comments

Comments
 (0)