Skip to content

Latest commit

 

History

History
executable file
·
16 lines (10 loc) · 255 Bytes

INSTALLATION.rst

File metadata and controls

executable file
·
16 lines (10 loc) · 255 Bytes

Installation

At the command line:

$ pip install towerlib

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv towerlib
$ pip install towerlib

Or, if you are using pipenv:

$ pipenv install towerlib