Added pip3 instead of pip to CONTRIBUTING.md
continuous-integration/drone/push Build is passing Details

This commit is contained in:
KawaiiPunk 2020-06-28 00:05:11 +01:00
parent a5fe6f88a5
commit 74949d9595
Signed by: kawaiipunk
GPG Key ID: EDE939629F5C1A6A
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ Install Docker-compose.
```bash
$ cd autonomic.zone
$ python3 -m venv .venv
$ pip install -r requirements.txt
$ pip3 install -r requirements.txt
```
Then fire up the container with the following.