From bc05f1a37fd140203010d6c93c012a1feda21f64 Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Thu, 14 Dec 2017 17:10:18 +0100 Subject: [PATCH] Update 'install' and 'test' infos in README --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 516fca0..97715e8 100644 --- a/README +++ b/README @@ -20,14 +20,14 @@ directory: Install required Python packages: - $ pip install -r requirements.txt + $ pip install -e . Initializing the database (quickstart: sqlite3) ----------------------------------------------- To create the database, execute the following line: - $ python manage.py syncdb --migrate + $ python manage.py migrate The new database is created inside `passerelle.sqlite3` in the current directory. @@ -60,7 +60,7 @@ run using tox. To run a specific test under a specific environment. - tox -e django17 -- tests/test_csv_datasource.py + tox -e django18 -- tests/test_csv_datasource.py LICENSES ======== -- 2.15.1