mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
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:
parent
6597b57452
commit
3f6437cf66
1 changed files with 1 additions and 18 deletions
19
BUILD.md
19
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`):
|
||||
|
||||
|
|
Loading…
Reference in a new issue