diff --git a/README.rst b/README.rst index 40e479b..54cfde7 100644 --- a/README.rst +++ b/README.rst @@ -52,6 +52,8 @@ Install `Azure Functions Core Tools `_. +On Arch Linux, these packages are on the AUR named `azure-cli-bin` and `azure-functions-core-tools-bin`. The `azure-cli` package from the official repository did NOT work. + Also install `pip_tools` (via `pip`) for `pip-compile`, to generate hashes for `requirements.txt`, as a workaround to a `poetry issue `_. @@ -59,6 +61,7 @@ a `poetry issue