ChemSpace.js

ChemSpace.js is open-source software released under the MIT license.

ChemSpace.js requires the following dependencies to be installed:
Installation
To use ChemSpace.js, copy chemspace.js into the selected folder, and import it from your code:
<script src="/path/to/chemspace-0.2.0.js"></script>

chemspace.py
chemspace.py requires the following dependencies to be installed:
Installation
On Linux, install chemspace.py using following commands:
sudo unzip chemspacepy-0.2.0.zip cd chemspace-0.2.0/ sudo python setup.py install
On Windows, install chemspace.py using following command:
python setup.py install