e4c972b803
Change-Id: I8c0ce5550f2287f77fb31c790c3923d3d1b80481
20 lines
348 B
ReStructuredText
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 .
|