InstallationΒΆ
The latest release of the chemiscope Python package can be installed from the Python package index, using
pip install chemiscope
To install a development version, one should instead clone the github repository, make sure that all the dependencies (including those needed to compile the typescript library) are present and then run
pip install .
in the main folder.