Fork me on GitHub

InCHlib

InCHlib is open-source software released under the MIT license.

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

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