doc(readme): ajout de compléments utiles

pull/8/head
François Poulain 2019-09-24 11:42:00 +02:00 commité par François Poulain
Parent fb1fcd7e43
révision 87d79dd856
1 fichiers modifiés avec 6 ajouts et 0 suppressions

Voir le fichier

@ -16,6 +16,9 @@ On a Debian-based host - running at least Debian Stretch, you will need the
following packages:
- python3
- virtualenv
- make
- git (recommended for getting the source)
- python3-mysqldb (optional, in case of a MySQL / MariaDB database)
- python3-psycopg2 (optional, in case of a PostgreSQL database)
### Quick start
@ -36,6 +39,9 @@ way is by cloning this repository - and that you are in this folder.
That's it! Your environment is now initialized with the application installed.
To update it, once the source code is checked out, simply run `make update`.
You can also check that your application is well configured by running
`make check`.
### Manual installation
If you don't want to use the `Makefile` facilities, here is what is done behind the scene.