1
0
mirror of https://github.com/CMiksche/gitea-auto-update synced 2025-12-11 16:37:21 +01:00

Merge pull request #7 from Eideen/patch-1

Add missing python dependency
This commit is contained in:
Christoph Daniel Miksche
2019-05-19 18:01:05 +02:00
committed by GitHub

View File

@@ -21,7 +21,7 @@ Uses python version 3
1. Use the following command to install all dependencies. 1. Use the following command to install all dependencies.
``` ```
sudo pip install requests sudo pip install requests packaging
``` ```
2. Then clone the git repository. 2. Then clone the git repository.