| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Preferably, first create a virtualenv and activate it, perhaps with the following command:
virtualenv -p python3 venv
source venv/bin/activateREMIS - REMIVE it pip freeze > requirements.txt
Next, to to get the dependencies run command provided bllow.
pip install -r requirements.txtNext, initialize the database python manage.py seed_db.
Finally run the app with python wsgi.py
To run the test suite, simply pip install it and run from the root directory like so
pip install pytest
pytest| Back | FazBrowse Home | New Git URL |