$ cd oriagmi-lib
$ virtualenv venv
$ source venv/bin/activate
$ pip install --editable .
$ pip install -r dev-requirements.txt
Within the webapp itself. See CVFY-Frontend.
$ cd oriagmi-lib
$ virtualenv venv
$ source venv/bin/activate
$ pip install --editable .
$ pip install -r dev-requirements.txt
Within the webapp itself. See CVFY-Frontend.