Installation

PyPI

The recommended way to install is from Python Package Index (PyPI) with pip:

$ pip install instructions

or with easy_install:

$ easy_install instructions

GitHub

Instructions is actively developed on GitHub. If you want to get latest development sources you have to clone the repository:

$ git clone git://github.com/maxtepkeev/instructions.git

Once you have the sources, you can install it into your site-packages:

$ python setup.py install

You can also install latest stable development version via pip:

$ pip install git+https://github.com/maxtepkeev/instructions.git@master