This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
lilik_users3
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
build instructions
master
Edoardo Putti
8 years ago
parent
785955b6f0
commit
42191ba8d2
2 changed files
with
17 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
README.md
+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
Write
Preview
Loading…
Cancel
Save