The installation of OpenChem in the docs reads in the last line `pip install -e` Where it should be `pip install -e .`
The installation of OpenChem in the docs reads in the last line
pip install -eWhere it should be
pip install -e .