Setup¶
This Section covers the installation/setup process.
Requirement¶
Python3.6
Setup¶
Warning
Make sure you’re either building from a fully intact git repository or PyPI tarballs. Most other sources (such as GitHub’s tarballs, a git checkout without the .git folder) don’t contain the necessary metadata will not work.
INSTALLATION¶
To install all the needed dependencies in a virtualenv, run (on posix):
source configure
or on windows:
configure
Activate the virtualenv¶
To activate the virtualenv, run (on posix):
source bin/activate
or on windows:
bin\\activate
TESTS and DEVELOPMENT¶
To install all the needed development dependencies, run (on posix):
source configure etc/conf/dev
or on windows:
configure etc/conf/dev
To verify that everything works fine you can run the test suite with:
py.test