Remove python-appimage from docs
Signed-off-by: Dan Yeaw <dan@yeaw.me>
This commit is contained in:
parent
d97371519f
commit
45a6553843
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user