Use python3 everywhere in README

This commit is contained in:
Joscha 2019-04-25 19:57:04 +00:00
parent d48cbebbd4
commit fd71dc6f6e

View File

@ -19,5 +19,5 @@ $ python3 -m venv .
$ . bin/activate $ . bin/activate
$ pip install git+https://github.com/Garmelon/PFERD@v1.0.0 $ pip install git+https://github.com/Garmelon/PFERD@v1.0.0
$ curl -O https://raw.githubusercontent.com/Garmelon/PFERD/master/example_config.py $ curl -O https://raw.githubusercontent.com/Garmelon/PFERD/master/example_config.py
$ python example_config.py $ python3 example_config.py
``` ```