Installation ------------ The latest release of the `chemiscope` Python package can be installed from the Python package index, using .. code-block:: 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 .. code-block:: pip install . in the main folder.