Patch a typo in the README

This commit is contained in:
Valentin Niess
2020-04-07 01:15:47 +02:00
parent 34b1aad8f7
commit d58496c75c

View File

@@ -28,7 +28,7 @@ packages we recommmed extracting the AppImage, e.g. as:
mv squashfs-root python3.8
rm -f python3.8.2-cp38-cp38-manylinux1_x86_64.AppImage
export PATH="$(pwd)/python3.8/usr/bin:${PATH}
export PATH="$(pwd)/python3.8/usr/bin:$PATH"
```
Then, extra packages can be installed to the extracted AppDir using `pip`. For