Installation ============ The easiest way to get scHPL is through pip using the following command:: sudo pip install -U schpl You can also get the latest development version from `Github `_ using the following steps: First, clone scHPL using ``git``:: git clone https://github.com/lcmmichielsen/scHPL Then, ``cd`` to the scHPL folder and run the install command:: cd scHPL python3 setup.py install On Windows machines you may need to download a C++ compiler if you wish to build from source yourself. The list of dependencies can be found in the `requirements.txt `_ file in the repository. If you run into issues, do not hesitate to approach us or raise a `GitHub issue `_.