
## Installation

[sudo] pip install -r requirements.txt

Install pip if not present:
1. win:   https://bootstrap.pypa.io/get-pip.py
   linux: sudo apt-get install python-pip python-dev build-essential

2. win:   Add pip path to PATH (C:\Python27\Scripts)
3. win:   Restart console

4. Execute in the console

## Create package

1. python build.py or python setup.py sdist bdist_wheel

## Upload package

1. twine upload --repository pypi dist/*
twine config in the ~/.pypirc


## Build documentation

Uncomment requirements.txt lines for docs and run pip
[sudo] pip install -r requirements.txt

1. cd docs
2. make html