Add instructions for how to install dependencies via pacman

Fixes #23
This commit is contained in:
Christoph Reiter 2021-01-23 19:42:15 +01:00
parent d428412330
commit 26d91ee4c2

View File

@ -3,9 +3,11 @@
## autobuild.py
```console
$ python -m pip install --user -r requirements.txt
$ pacman -S mingw-w64-x86_64-python-tabulate mingw-w64-x86_64-python-pygithub mingw-w64-x86_64-python-requests
# or
$ poetry install
# or
$ python -m pip install --user -r requirements.txt
```
```console