Remove Python 2 from setup instructions (#7)

This commit is contained in:
f4lco
2020-04-23 14:28:26 +02:00
parent c957fc5b5e
commit 45d49b515e
+1 -1
View File
@@ -8,7 +8,7 @@ Quickstart
Use `Pipenv <https://pipenv.readthedocs.io/en/latest/>`_ 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