Remove python-appimage from docs

Signed-off-by: Dan Yeaw <dan@yeaw.me>
This commit is contained in:
Dan Yeaw 2020-12-29 23:45:50 -05:00
parent d97371519f
commit 45a6553843
No known key found for this signature in database
GPG Key ID: 42239C515C9B9841

View File

@ -80,14 +80,15 @@ AppImage file is one executable which contains both Gaphor and Python. It allows
Gaphor to be run on any AppImage supported Linux distribution without
installation or root access.
The best way to build a Gaphor AppImage is using python-appimage:
We build our AppImage by first bundling Gaphor with PyInstaller and then
converting it in to an AppImage.
1. Activate your virtualenv, `source venv`
1. `cd appimage`
1. `make update VERSION=x.x.x`
1. Activate your virtualenv, then run `make dep` to install python_appimage with pip
1. Build the AppImage by running `make all`
1. Test that Gaphor-x86_64.AppImage works by running `make run`