|
hace 7 años | |
---|---|---|
.. | ||
docs | hace 7 años | |
etc | hace 7 años | |
site_assets | hace 8 años | |
src | hace 7 años | |
test | hace 8 años | |
.gitignore | hace 8 años | |
README.md | hace 8 años | |
setup.cfg | hace 8 años | |
setup.py | hace 8 años |
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