|
%!s(int64=7) %!d(string=hai) anos | |
---|---|---|
.. | ||
docs | %!s(int64=7) %!d(string=hai) anos | |
etc | %!s(int64=7) %!d(string=hai) anos | |
site_assets | %!s(int64=8) %!d(string=hai) anos | |
src | %!s(int64=7) %!d(string=hai) anos | |
test | %!s(int64=8) %!d(string=hai) anos | |
.gitignore | %!s(int64=8) %!d(string=hai) anos | |
README.md | %!s(int64=8) %!d(string=hai) anos | |
setup.cfg | %!s(int64=8) %!d(string=hai) anos | |
setup.py | %!s(int64=8) %!d(string=hai) anos |
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