diff options
author | Ismaël Bouya <ismael.bouya@fretlink.com> | 2021-08-17 02:25:48 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@fretlink.com> | 2021-08-17 02:25:48 +0200 |
commit | fa90478444f6718ff52c9263c28b3bf094166224 (patch) | |
tree | 7a725f7510f1fc655bb43f949ad87f177f4be428 | |
parent | 7b4791cfb73136db35160989c08660db55c3c34e (diff) | |
download | MusicSampler-fa90478444f6718ff52c9263c28b3bf094166224.tar.gz MusicSampler-fa90478444f6718ff52c9263c28b3bf094166224.tar.zst MusicSampler-fa90478444f6718ff52c9263c28b3bf094166224.zip |
Update documentation
-rw-r--r-- | Makefile | 6 | ||||
-rw-r--r-- | documentation_en.md | 4 | ||||
-rw-r--r-- | documentation_fr.md | 2 |
3 files changed, 9 insertions, 3 deletions
@@ -40,3 +40,9 @@ publish-setup: | |||
40 | 40 | ||
41 | publish-poetry: | 41 | publish-poetry: |
42 | poetry publish | 42 | poetry publish |
43 | |||
44 | dump-readme: | ||
45 | ssh gitolite@git.immae.eu readme perso/Immae/Projets/Python/MusicSampler | ||
46 | |||
47 | update-readme: | ||
48 | poetry run python build_readme.py | ssh gitolite@git.immae.eu readme perso/Immae/Projets/Python/MusicSampler set | ||
diff --git a/documentation_en.md b/documentation_en.md index 17b8c87..2f570e1 100644 --- a/documentation_en.md +++ b/documentation_en.md | |||
@@ -48,12 +48,12 @@ To compile Kivy with the SDL2 library, you need some packages: | |||
48 | cf [Installation | 48 | cf [Installation |
49 | Kivy](https://kivy.org/docs/installation/installation-linux.html) | 49 | Kivy](https://kivy.org/docs/installation/installation-linux.html) |
50 | 50 | ||
51 | ## Installation sous Windows | 51 | ## Windows installation |
52 | 52 | ||
53 | Following processed worked to install music sampler in a Windows | 53 | Following processed worked to install music sampler in a Windows |
54 | machine: | 54 | machine: |
55 | 55 | ||
56 | - [Install python 3.7.\* (take 64bit version!)](https://www.python.org/downloads/windows) | 56 | - [Install python 3.9.\* (take 64bit version!)](https://www.python.org/downloads/windows) |
57 | - In a command shell (`cmd.exe`), run: | 57 | - In a command shell (`cmd.exe`), run: |
58 | 58 | ||
59 | pip install music_sampler | 59 | pip install music_sampler |
diff --git a/documentation_fr.md b/documentation_fr.md index 9d83f11..4caf75e 100644 --- a/documentation_fr.md +++ b/documentation_fr.md | |||
@@ -53,7 +53,7 @@ Kivy](https://kivy.org/docs/installation/installation-linux.html) | |||
53 | 53 | ||
54 | Le processus suivant a permis d’installer music sampler sous windows: | 54 | Le processus suivant a permis d’installer music sampler sous windows: |
55 | 55 | ||
56 | - [Installer python 3.7.\* (prendre la version 64bit!)](https://www.python.org/downloads/windows) | 56 | - [Installer python 3.9.\* (prendre la version 64bit!)](https://www.python.org/downloads/windows) |
57 | - Dans une invite de commande (`cmd.exe`), lancer: | 57 | - Dans une invite de commande (`cmd.exe`), lancer: |
58 | 58 | ||
59 | pip install music_sampler | 59 | pip install music_sampler |