From fd71dc6f6eaaf8bfb8a576148daf8a695c1599b0 Mon Sep 17 00:00:00 2001 From: Joscha Date: Thu, 25 Apr 2019 19:57:04 +0000 Subject: [PATCH] Use python3 everywhere in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 915dfa7..a0f4740 100644 --- a/README.md +++ b/README.md @@ -19,5 +19,5 @@ $ python3 -m venv . $ . bin/activate $ pip install git+https://github.com/Garmelon/PFERD@v1.0.0 $ curl -O https://raw.githubusercontent.com/Garmelon/PFERD/master/example_config.py -$ python example_config.py +$ python3 example_config.py ```