diff --git a/docs/dev.rst b/docs/dev.rst index 4304e36..dc44cd8 100644 --- a/docs/dev.rst +++ b/docs/dev.rst @@ -8,7 +8,7 @@ Quickstart Use `Pipenv `_ to setup the environment and start coding: :: - $ pipenv install --two --dev # Create venv + $ pipenv install --dev # Create venv $ make test # Check setup by running tests $ make debug # Start app instance with debugger and pretty printing of JSON $ make run # Start app without debugger