From 139646b6e0f8232ac9751df0970d41223dad2f43 Mon Sep 17 00:00:00 2001 From: Dan Haiduc Date: Tue, 25 Jun 2024 12:11:23 +0300 Subject: [PATCH] Add messages for easier deployment workflow. --- README.rst | 3 +++ build-package.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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