Add dangerzone-container as a poetry script, and remove unneeded deps from build instructions

This commit is contained in:
Micah Lee 2020-12-30 10:40:59 -08:00
parent 78e23a1e8b
commit 69ee4a064e
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
2 changed files with 2 additions and 1 deletions

View file

@ -49,7 +49,7 @@ Create a .rpm:
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:

View file

@ -25,6 +25,7 @@ setuptools = {version = "*", platform = "win32"}
[tool.poetry.scripts]
dangerzone = 'dangerzone:main'
dangerzone-container = 'dangerzone:main'
[build-system]
requires = ["poetry>=1.1.4"]