Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 716 Bytes

installation.rst

File metadata and controls

37 lines (20 loc) · 716 Bytes

Installation

Stable release

To install vipersci, run this command in your terminal:

$ pip install vipersci

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

From sources

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

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

$ python setup.py install