Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 456 Bytes

BUILDING.md

File metadata and controls

34 lines (22 loc) · 456 Bytes

Building distributable package.

python setup.py sdist

(run from inside the root folder). This creates a directory called dist and builds your new package.

Installing from local package

if needed set up virtual env first.

https://virtualenv.pypa.io/en/stable/

virtualenv ENV
source bin/activate
pip install --user path/to/moesifdjango.tar.gz

to uninstall

pip uninstall moesifdjango