boartty/doc/source/installation.rst
James E. Blair e4c972b803 Initial fork from gertty -> boartty
Change-Id: I8c0ce5550f2287f77fb31c790c3923d3d1b80481
2016-10-31 15:33:00 -07:00

20 lines
348 B
ReStructuredText

Installation
------------
Source
~~~~~~
When installing from source, it is recommended (but not required) to
install Boartty in a virtualenv. To set one up::
virtualenv boartty-env
source boartty-env/bin/activate
To install the latest version from the cheeseshop::
pip install boartty
To install from a git checkout::
pip install .