Skip to content

Commit 22451af

Browse files
committed
Add ref to grand/python
1 parent 265bd85 commit 22451af

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,21 @@ are located on the [wiki][WIKI_DEVS].
1515
## [For users][WIKI_USERS]
1616

1717
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:
1920
```
2021
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
2122
```
2223
which will install and run a [Python][PYTHON] instance. See the instructions on
2324
the [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

Comments
 (0)