mirror of
				https://github.com/Garmelon/PFERD.git
				synced 2025-10-31 04:42:42 +01:00 
			
		
		
		
	Update README with new version
This commit is contained in:
		| @@ -9,7 +9,7 @@ Ensure that you have at least Python 3.8 installed. | |||||||
| To install PFERD or update your installation to the latest version, run this | To install PFERD or update your installation to the latest version, run this | ||||||
| wherever you want to install/have installed PFERD: | wherever you want to install/have installed PFERD: | ||||||
| ``` | ``` | ||||||
| $ pip install git+https://github.com/Garmelon/PFERD@v2.1.1 | $ pip install git+https://github.com/Garmelon/PFERD@v2.1.2 | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| The use of [venv](https://docs.python.org/3/library/venv.html) is recommended. | The use of [venv](https://docs.python.org/3/library/venv.html) is recommended. | ||||||
| @@ -37,8 +37,8 @@ $ mkdir Vorlesungen | |||||||
| $ cd Vorlesungen | $ cd Vorlesungen | ||||||
| $ python3 -m venv .venv | $ python3 -m venv .venv | ||||||
| $ .venv/bin/activate | $ .venv/bin/activate | ||||||
| $ pip install git+https://github.com/Garmelon/PFERD@v2.1.1 | $ pip install git+https://github.com/Garmelon/PFERD@v2.1.2 | ||||||
| $ curl -O https://raw.githubusercontent.com/Garmelon/PFERD/v2.1.1/example_config.py | $ curl -O https://raw.githubusercontent.com/Garmelon/PFERD/v2.1.2/example_config.py | ||||||
| $ python3 example_config.py | $ python3 example_config.py | ||||||
| $ deactivate | $ deactivate | ||||||
| ``` | ``` | ||||||
|   | |||||||
| @@ -124,6 +124,7 @@ def main() -> None: | |||||||
|             cookies="ilias_cookies.txt", |             cookies="ilias_cookies.txt", | ||||||
|         ) |         ) | ||||||
|  |  | ||||||
|  |     # Prints a summary listing all new, modified or deleted files | ||||||
|     pferd.print_summary() |     pferd.print_summary() | ||||||
|  |  | ||||||
| if __name__ == "__main__": | if __name__ == "__main__": | ||||||
|   | |||||||
| @@ -30,6 +30,7 @@ def main() -> None: | |||||||
|         cookies="ilias_cookies.txt", |         cookies="ilias_cookies.txt", | ||||||
|     ) |     ) | ||||||
|  |  | ||||||
|  |     # Prints a summary listing all new, modified or deleted files | ||||||
|     pferd.print_summary() |     pferd.print_summary() | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 I-Al-Istannen
					I-Al-Istannen