mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 07:25:04 +02:00
Use python3 everywhere in README
This commit is contained in:
parent
d48cbebbd4
commit
fd71dc6f6e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue