Installation

Stable release

To install DeepSurvK, run this command in your terminal:

$ pip install deepsurvk

If you want to install a specific version, you can run the command:

$ pip install deepsurvk==0.2.0

However, I recommend to always install the most recent (stable) release, since it probably has important bug fixes.

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

From sources

The sources for DeepSurvK can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/arturomoncadatorres/deepsurvk

Or download the tarball:

$ curl -OJL https://github.com/arturomoncadatorres/deepsurvk/tarball/master

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

$ python setup.py install