@@ -15,14 +15,21 @@ are located on the [wiki][WIKI_DEVS].
15
15
## [ For users] [ WIKI_USERS ]
16
16
17
17
Ready to use [ AppImage] [ APPIMAGE ] distributions of [ Python] [ PYTHON ] are provided
18
- [ below] ( ##Downloads ) or in the [ release] [ RELEASE ] area. A one liner example is:
18
+ in the [ downloads] ( ##Downloads ) sections below or in the [ release] [ RELEASE ]
19
+ area. A one liner example is:
19
20
```
20
21
wget -cq https://github.com/niess/linuxdeploy-plugin-python/releases/download/continuous/python3.8.1-x86_64.AppImage && chmod u+x python3.8.1-x86_64.AppImage && ./python3.8.1-x86_64.AppImage
21
22
```
22
23
which will install and run a [ Python] [ PYTHON ] instance. See the instructions on
23
24
the [ wiki] [ WIKI_USERS ] for more detailed usage.
24
25
25
- ## Downloadable AppImages
26
+ ## Projects using [ linuxdeploy-plugin-python] [ PYTHON_PLUGIN ]
27
+ * [ grand/python] ( https://github.com/grand-mother/python ) - Contained, portable
28
+ and modern python for [ GRAND] [ GRAND ] running from an AppImage
29
+ * [ xxh] ( https://github.com/xxh/xxh ) - Bring your favorite shell wherever you go
30
+ through the ssh
31
+
32
+ ## Downloads
26
33
27
34
[ ![ Python 2.7] ( https://img.shields.io/badge/python2.7-x86_64-blue.svg )] ( https://github.com/niess/linuxdeploy-plugin-python/releases/download/continuous/python2.7.17-x86_64.AppImage )
28
35
[ ![ Python 3.7] ( https://img.shields.io/badge/python3.7-x86_64-blue.svg )] ( https://github.com/niess/linuxdeploy-plugin-python/releases/download/continuous/python3.7.6-x86_64.AppImage )
@@ -34,13 +41,12 @@ the [wiki][WIKI_USERS] for more detailed usage.
34
41
35
42
[ APPIMAGE ] : https://appimage.org
36
43
[ APPDIR ] : https://docs.appimage.org/reference/appdir.html
44
+ [ GRAND ] : http://grand.cnrs.fr
37
45
[ LINUXDEPLOY ] : https://github.com/linuxdeploy/linuxdeploy
38
46
[ PYPI ] : https://pypi.org
39
47
[ PYTHON ] : https://www.python.org
48
+ [ PYTHON_PLUGIN ] : https://github.com/niess/linuxdeploy-plugin-python
40
49
[ RELEASE ] : https://github.com/niess/linuxdeploy-plugin-python/releases
41
-
42
50
[ WIKI_DEVS ] : ../../wiki/Developers
43
51
[ WIKI_USERS ] : ../../wiki/Users
44
52
45
- ## Projects that use linuxdeploy-plugin-python
46
- * [ xxh] ( https://github.com/xxh/xxh ) - bring your favorite shell wherever you go through the ssh
0 commit comments