Installation

Stable release

To install proteinsolver, run this command in your terminal:

conda install proteinsolver -c ostrokach

This is the preferred method to install proteinsolver, as it will always install the most recent stable release.

If you don’t have conda installed, this Python installation guide can guide you through the process.

From sources

The sources for proteinsolver can be downloaded from the GitLab repo.

You can either clone the public repository:

git clone git://gitlab.com/ostrokach/proteinsolver

Or download the tarball:

curl -OL https://gitlab.com/ostrokach/proteinsolver/repository/master/archive.tar

Once you have a copy of the source, you can install it with:

python setup.py install