ChemSpace.js
ChemSpace.js is open-source software released under the MIT license.
ChemSpace.js requires the following dependencies to be installed:
- jQuery (tested with version 3.3.1, download jQuery 3.3.1)
- KonvaJS (tested with version 1.7.6, download KonvaJS 1.7.6)
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:
- numpy (tested with version 1.7.1)
- scipy (tested with version 0.12.0)
- scikit-learn (tested with version 0.14)
- RDkit (tested with version 2015_03_01)
- python-igraph (tested with version 0.7.1)
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