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.
This commit is contained in:
deeplow 2023-12-07 12:11:57 +00:00
parent 6597b57452
commit 3f6437cf66
No known key found for this signature in database
GPG key ID: 577982871529A52A

View file

@ -213,24 +213,7 @@ The following instructions require typing commands in a terminal in dom0.
cd dangerzone cd dangerzone
``` ```
2. Install Poetry using `pipx`: 2. Change to the `dangerzone` folder and copy the Qubes RPC calls into the
```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
template for the **disposable** qube that will be used for document template for the **disposable** qube that will be used for document
sanitization (`dz-dvm`): sanitization (`dz-dvm`):