Advise to install via requirements.txt
This commit is contained in:
parent
3875494969
commit
2ad3a128f8
@ -11,7 +11,7 @@
|
|||||||
```bash
|
```bash
|
||||||
$ git clone https://git.autonomic.zone/autonomic-cooperative/traefik && cd traefik
|
$ git clone https://git.autonomic.zone/autonomic-cooperative/traefik && cd traefik
|
||||||
$ python3 -m venv .venv && source .venv/bin/activate
|
$ python3 -m venv .venv && source .venv/bin/activate
|
||||||
$ pip install -U pip setuptools docker-compose
|
$ pip install -r requirements.txt
|
||||||
$ docker-compose up
|
$ docker-compose up
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user