Advise to install via requirements.txt

This commit is contained in:
Luke Murphy 2020-05-01 17:24:49 +02:00
parent 3875494969
commit 2ad3a128f8
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
```bash
$ git clone https://git.autonomic.zone/autonomic-cooperative/traefik && cd traefik
$ python3 -m venv .venv && source .venv/bin/activate
$ pip install -U pip setuptools docker-compose
$ pip install -r requirements.txt
$ docker-compose up
```