Skip to content
Snippets Groups Projects
Commit 9fa3ff85 authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[utils][commands] Fix install command documentation

Fixes #442
parent 7109ba0c
No related branches found
No related tags found
1 merge request!269Fix install command documentation
Pipeline #25789 passed
...@@ -32,12 +32,12 @@ Examples: ...@@ -32,12 +32,12 @@ Examples:
To install advanced databases, formats, libraries, algorithms, toolchains, To install advanced databases, formats, libraries, algorithms, toolchains,
experiments and plotters: experiments and plotters:
$ manage.py install -v1 advanced $ ./bin/django install -v1 advanced
To install only test databases, formats, libraries, algorithms, toolchains, To install only test databases, formats, libraries, algorithms, toolchains,
experiments and plotters: experiments and plotters:
$ manage.py install -v1 test $ ./bin/django install -v1 test
Note: If you need to specify your own path to the directories containing the Note: If you need to specify your own path to the directories containing the
databases, you could just create a simple JSON file as follows:: databases, you could just create a simple JSON file as follows::
...@@ -49,7 +49,7 @@ Examples: ...@@ -49,7 +49,7 @@ Examples:
Then just use the previous script with the option ``--database-root-file``:: Then just use the previous script with the option ``--database-root-file``::
$ manage.py install -v1 --database-root-file=<file.json> $ ./bin/django install -v1 --database-root-file=<file.json>
By default, paths to the root of all databases are set to match the Idiap By default, paths to the root of all databases are set to match the Idiap
Research Institute filesystem organisation. Research Institute filesystem organisation.
......
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