Add requirement python3-setuptools

This commit is contained in:
Sven Seeberg 2020-03-24 16:52:48 +01:00
parent fa896264bf
commit 71a2b0b8b6
Signed by: sven.seeberg
GPG Key ID: 29559DD5A83806B5
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ MIT
1. Clone this repo
2. Go to directory, run
2. Go to directory, run (requires python3-setuptools)
```
python3 setup.py install
```