|
преди 7 години | |
---|---|---|
.. | ||
docs | преди 7 години | |
etc | преди 7 години | |
site_assets | преди 8 години | |
src | преди 7 години | |
test | преди 8 години | |
.gitignore | преди 8 години | |
README.md | преди 8 години | |
setup.cfg | преди 8 години | |
setup.py | преди 8 години |
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