Skip to content

Files

Latest commit

fda0f87 · Mar 11, 2023

History

History
12 lines (6 loc) · 423 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 423 Bytes

Installation and configuration:

Step 1: download and Install anaconda from anaconda.org

Step 2: Install conda environment from rdkit.yml by using this command in anaconda terminal : "conda env create -f environment.yml"

Step 3: check for installation : conda env list

Step 4: Activate the environment : conda activate rdkit-training

Step 5: check the list of packages available in rdkit-training env : conda list