Browse Source

build instructions

master
Edoardo Putti 8 years ago
parent
commit
42191ba8d2
2 changed files with 17 additions and 0 deletions
  1. +8
    -0
      README.md
  2. +9
    -0
      requirements.txt

+ 8
- 0
README.md View File

@ -0,0 +1,8 @@
# build instructions
```bash
virtualenv env --python=python3
source env/bin/activate
pip install -r requirements.txt
python server.py
```

+ 9
- 0
requirements.txt View File

@ -0,0 +1,9 @@
click==6.6
Flask==0.11.1
itsdangerous==0.24
Jinja2==2.8
ldap3==1.4.0
MarkupSafe==0.23
pkg-resources==0.0.0
pyasn1==0.1.9
Werkzeug==0.11.11

Loading…
Cancel
Save