From 45d49b515eb685e94801a8ce503b487ba1a060933fb18f52f87017b38100085c Mon Sep 17 00:00:00 2001 From: f4lco Date: Thu, 23 Apr 2020 14:28:26 +0200 Subject: [PATCH] Remove Python 2 from setup instructions (#7) --- docs/dev.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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