Skip to content

RDKit installer designed to be used with Google Colaboratory

Notifications You must be signed in to change notification settings

maskot1977/rdkit_supporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rdkit_supporter

Build Status

On Google Colaboratory:

Install RDKit as follows

!wget -c https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
!chmod +x Miniconda3-latest-Linux-x86_64.sh
!bash ./Miniconda3-latest-Linux-x86_64.sh -b -f -p /usr/local
!conda install -q -y -c rdkit rdkit python=3.7
import sys
sys.path.append('/usr/local/lib/python3.7/site-packages/')

Install RDKit supporter as follows

!pip install git+https://github.com/maskot1977/rdkit_supporter.git

The following commands have been deprecated

On Google Colaboratory:

Install RDKit as follows

!wget -c https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
!chmod +x Miniconda3-latest-Linux-x86_64.sh
!bash ./Miniconda3-latest-Linux-x86_64.sh -b -f -p /usr/local
!conda install -q -y -c rdkit rdkit python=3.7
import sys
sys.path.append('/usr/local/lib/python3.7/site-packages/')

The following methods are no longer recommended

!pip install git+https://github.com/maskot1977/rdkit_installer.git

from rdkit_installer import install
install.from_miniconda()

About

RDKit installer designed to be used with Google Colaboratory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages