|
7 vuotta sitten | |
---|---|---|
.. | ||
docs | 7 vuotta sitten | |
etc | 7 vuotta sitten | |
site_assets | 8 vuotta sitten | |
src | 7 vuotta sitten | |
test | 8 vuotta sitten | |
.gitignore | 8 vuotta sitten | |
README.md | 8 vuotta sitten | |
setup.cfg | 8 vuotta sitten | |
setup.py | 8 vuotta sitten |
All tests can be run by running tox
. See running tests for more information.
You will need to setup a virtualenv to run from source:
$ virtualenv oo-install
$ source oo-install/bin/activate
$ python setup.py develop
The virtualenv bin
directory should now be at the start of your
$PATH
, and oo-install
is ready to use from your shell.
You can exit the virtualenv with:
$ deactivate