Installation of versify

From with pip

To install versify, simply run this simple command in your terminal of choice:

pip install versify

From source code

versify is developed on GitHub, where the code is always available.

You can either clone the public repository:

git https://github.com/willinprogress/python-versify.git

Or, download the tarball:

curl -OL https://github.com/willinprogress/python-versify/tarball/master

# optionally, zipball is also available (for Windows users).

Once you have a copy of the source, you can embed it in your own Python package, or install it into your site-packages easily:

cd python-versify
pip install .