-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
83b75e8
commit 9a90187
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ Ensure that you have at least Python 3.8 installed. | |
To install PFERD or update your installation to the latest version, run this | ||
wherever you want to install or have already installed PFERD: | ||
``` | ||
$ pip install git+https://github.com/Garmelon/[email protected].3 | ||
$ pip install git+https://github.com/Garmelon/[email protected].4 | ||
``` | ||
|
||
The use of [venv] is recommended. | ||
|
@@ -60,8 +60,8 @@ $ mkdir Vorlesungen | |
$ cd Vorlesungen | ||
$ python3 -m venv .venv | ||
$ source .venv/bin/activate | ||
$ pip install git+https://github.com/Garmelon/[email protected].3 | ||
$ curl -O https://raw.githubusercontent.com/Garmelon/PFERD/v2.5.3/example_config.py | ||
$ pip install git+https://github.com/Garmelon/[email protected].4 | ||
$ curl -O https://raw.githubusercontent.com/Garmelon/PFERD/v2.5.4/example_config.py | ||
$ python3 example_config.py | ||
$ deactivate | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters