Commit 569e7e58 authored by sim's avatar sim

[DOC] Avoid getting lost in details

parent a547091f
......@@ -49,10 +49,7 @@ do:
$ make dev
If everything is going well, you now have a clean virtualenv with every
packages you need to run Gargantext. Here is how to get the path of the
virtualenv directory pipenv just created:
$ pipenv --venv
packages you need to run Gargantext.
You can now run any command by prefixing it with `pipenv run` or by first
entering the virtualenv with `pipenv shell`. To run Gargantext django backend
......@@ -60,12 +57,6 @@ test server you can do:
$ pipenv run ./manage.py runserver
But also:
$ pipenv shell
$ ./manage.py runserver
$ ... continue in your virtualenv ...
## Customize dev environment
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment