@@ -15,14 +15,21 @@ are located on the [wiki][WIKI_DEVS].
1515## [ For users] [ WIKI_USERS ]
1616
1717Ready 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:
1920```
2021wget -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
2122```
2223which will install and run a [ Python] [ PYTHON ] instance. See the instructions on
2324the [ wiki] [ WIKI_USERS ] for more detailed usage.
2425
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
2633
2734[ ![ 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 )
2835[ ![ 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.
3441
3542[ APPIMAGE ] : https://appimage.org
3643[ APPDIR ] : https://docs.appimage.org/reference/appdir.html
44+ [ GRAND ] : http://grand.cnrs.fr
3745[ LINUXDEPLOY ] : https://github.com/linuxdeploy/linuxdeploy
3846[ PYPI ] : https://pypi.org
3947[ PYTHON ] : https://www.python.org
48+ [ PYTHON_PLUGIN ] : https://github.com/niess/linuxdeploy-plugin-python
4049[ RELEASE ] : https://github.com/niess/linuxdeploy-plugin-python/releases
41-
4250[ WIKI_DEVS ] : ../../wiki/Developers
4351[ WIKI_USERS ] : ../../wiki/Users
4452
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