Skip to content
Snippets Groups Projects
Commit fa21e3ea authored by kaiyou's avatar kaiyou
Browse files

Merge branch 'master' into 'master'

Added requierements for Debian

See merge request !18
parents 861db98c d3098b6f
No related branches found
No related tags found
2 merge requests!20Add 'remember me' button,!18Added requierements for Debian
Pipeline #1361 canceled
......@@ -5,7 +5,7 @@
#### Dependencies:
Debian:
`
coming soon
apt-get install python python-dev libmysqlclient-dev libpq-dev libxmlsec1-dev nodejs npm mariadb-server postgresql-libs python-pip python-virtualenv
`
Arch:
......@@ -34,7 +34,10 @@ mkdir venv && virtualenv venv && source venv/bin/activate
Install dependencies:
`
pip install -r requirements.txt
pip install -r requirements.txt
pip install Werkzeug==0.16.0
pip install Pillow
pip install email_validator
`
Import databases:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment