13
1
Fork 0
mirror of https://github.com/netzbegruenung/passbolt-salt synced 2024-05-02 12:34:51 +02:00

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

View file

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