From 3f6437cf66243ff1cc233fbee6e9ff027355c84c Mon Sep 17 00:00:00 2001 From: deeplow Date: Thu, 7 Dec 2023 12:11:57 +0000 Subject: [PATCH] Remove `poetry install` part from Qubes instructions Make the first part of the Dangerzone development just to install the Qubes RPC policies. Poetry install and other development related tasks should be pointed to in the Fedora part of the instructions to avoid duplication. --- BUILD.md | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/BUILD.md b/BUILD.md index 81ffcdf..419732f 100644 --- a/BUILD.md +++ b/BUILD.md @@ -213,24 +213,7 @@ The following instructions require typing commands in a terminal in dom0. cd dangerzone ``` -2. Install Poetry using `pipx`: - - ```sh - pipx install poetry - ``` - -3. Install the poetry dependencies: - - ``` - poetry install - ``` - - > **Note**: due to an issue with - > [poetry](https://github.com/python-poetry/poetry/issues/1917), if it - > prompts for your keyring, disable the keyring with `keyring --disable` and - > run the command again. - -4. Change to the `dangerzone` folder and copy the Qubes RPC calls into the +2. Change to the `dangerzone` folder and copy the Qubes RPC calls into the template for the **disposable** qube that will be used for document sanitization (`dz-dvm`):