|
@@ -9,8 +9,11 @@ Install it
|
|
|
----------
|
|
|
Be sure to use python3.
|
|
|
|
|
|
- sudo apt-get install python virtualenvwrapper
|
|
|
- mkvirtualenv transparency
|
|
|
+ sudo apt-get install python virtualenv
|
|
|
+ virtualenv transparency_venv
|
|
|
+ git clone https://code.ffdn.org/jocelyn/transparency
|
|
|
+ cd transparency
|
|
|
+ source ../transparency_venv/bin/activate
|
|
|
pip install -r requirements.txt
|
|
|
|
|
|
Generate a secret key:
|
|
@@ -30,7 +33,6 @@ Run it
|
|
|
|
|
|
Run development server
|
|
|
|
|
|
- workon transparency
|
|
|
./manage.py runserver
|
|
|
|
|
|
Use it
|