Added pip3 instead of pip to CONTRIBUTING.md
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-06-28 00:05:11 +01:00
parent a5fe6f88a5
commit 74949d9595

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.