doc: add details for installation steps (#21133)

This commit is contained in:
Frédéric Péters 2018-01-12 07:46:45 +01:00
parent ce99bf58f8
commit dcf39f3994
1 changed files with 6 additions and 1 deletions

7
README
View File

@ -18,7 +18,7 @@ directory:
$ virtualenv venv
$ source venv/bin/activate
Install required Python packages:
From Passerelle source directory install required Python packages:
$ pip install -e .
@ -32,6 +32,11 @@ To create the database, execute the following line:
The new database is created inside `passerelle.sqlite3` in the current
directory.
Create a first user with administrative rights:
$ python manage.py createsuperuser
Running
-------