This repository contains some basic information about installation of all necessary packages to be used in the RDkit tutorials.
Our tutorial requires conda, so first install Miniconda from https://conda.io/miniconda.html. On Windows, macOS, and Linux, it is best to install Miniconda for the local user, which does not require administrator permissions and is the most robust type of installation. After that, the installation process is kinda straightforward and could be made in the following steps:
conda create -c conda-forge -n my-rdkit-env rdkit
conda activate my-rdkit-env
If for some reason this does not work, try:
cd [anaconda folder]/bin
source activate my-rdkit-env