Open
Description
What is the simplest way to install it with pip on Ubuntu 18.04 please?
I have successfully installed all requirements, however, it can't find the RDKit:
ModuleNotFoundError: No module named 'rdkit'
To install it, I used: sudo apt-get install python-rdkit librdkit1 rdkit-data
as per RDKit
Any ideas, how to run this awesome library without Anaconda please?