mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Add dangerzone-container as a poetry script, and remove unneeded deps from build instructions
This commit is contained in:
parent
78e23a1e8b
commit
69ee4a064e
2 changed files with 2 additions and 1 deletions
2
BUILD.md
2
BUILD.md
|
@ -49,7 +49,7 @@ Create a .rpm:
|
||||||
Install python@3.9 from Homebrew:
|
Install python@3.9 from Homebrew:
|
||||||
|
|
||||||
```
|
```
|
||||||
brew install python@3.9 create-dmg graphicsmagick imagemagick
|
brew install python@3.9 create-dmg
|
||||||
```
|
```
|
||||||
|
|
||||||
If you don't have it already, install poetry (`pip3 install --user poetry`). Then install dependencies:
|
If you don't have it already, install poetry (`pip3 install --user poetry`). Then install dependencies:
|
||||||
|
|
|
@ -25,6 +25,7 @@ setuptools = {version = "*", platform = "win32"}
|
||||||
|
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
dangerzone = 'dangerzone:main'
|
dangerzone = 'dangerzone:main'
|
||||||
|
dangerzone-container = 'dangerzone:main'
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry>=1.1.4"]
|
requires = ["poetry>=1.1.4"]
|
||||||
|
|
Loading…
Reference in a new issue