mirror of
https://github.com/CMiksche/gitea-auto-update
synced 2025-12-10 07:57:23 +01:00
Update README.md
Added dependencies section
This commit is contained in:
17
README.md
17
README.md
@@ -28,6 +28,23 @@ Author: Christoph Daniel Miksche (m5e.de)
|
|||||||
|
|
||||||
Uses python version 3
|
Uses python version 3
|
||||||
|
|
||||||
|
|
||||||
|
## Dependencies
|
||||||
|
Install required dependencies.
|
||||||
|
|
||||||
|
pip3
|
||||||
|
```
|
||||||
|
sudo apt install python3-pip
|
||||||
|
```
|
||||||
|
setuptools
|
||||||
|
```
|
||||||
|
sudo pip3 install setuptools
|
||||||
|
```
|
||||||
|
wheel
|
||||||
|
```
|
||||||
|
sudo pip3 install wheel
|
||||||
|
```
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Create a settings.ini file on your system. Example:
|
Create a settings.ini file on your system. Example:
|
||||||
|
|||||||
Reference in New Issue
Block a user