Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AE UTBM
Sith
Commits
9efd85d9
Commit
9efd85d9
authored
Jan 11, 2017
by
Skia
Browse files
Update README with dependancies
parent
881afd9e
Pipeline
#705
passed with stage
in 3 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
9efd85d9
...
...
@@ -22,7 +22,14 @@ generate a complete HTML documentation that will be available in the *./doc/html
See requirements.txt
You may need to install some dev libraries like
`libmysqlclient-dev`
,
`libssl-dev`
,
`libjpeg-dev`
, or
`zlib1g-dev`
to install all the
requiered dependancies with pip. You may also need
`mysql-client`
.
requiered dependancies with pip. You may also need
`mysql-client`
. Don't also forget
`python3-dev`
if you don't have it
already.
You can check all of them with:
```
sudo apt install libmysqlclient-dev libssl-dev libjpeg-dev zlib1g-dev python3-dev
```
The development is done with sqlite, but it is advised to set a more robust DBMS for production (Postgresql for example)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment