1
0
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:
BadCo-NZ
2022-05-22 11:15:55 +00:00
committed by GitHub
parent c2da136d7e
commit 92cefe029a

View File

@@ -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: