aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@fretlink.com>2021-08-17 02:25:48 +0200
committerIsmaël Bouya <ismael.bouya@fretlink.com>2021-08-17 02:25:48 +0200
commitfa90478444f6718ff52c9263c28b3bf094166224 (patch)
tree7a725f7510f1fc655bb43f949ad87f177f4be428
parent7b4791cfb73136db35160989c08660db55c3c34e (diff)
downloadMusicSampler-fa90478444f6718ff52c9263c28b3bf094166224.tar.gz
MusicSampler-fa90478444f6718ff52c9263c28b3bf094166224.tar.zst
MusicSampler-fa90478444f6718ff52c9263c28b3bf094166224.zip
Update documentation
-rw-r--r--Makefile6
-rw-r--r--documentation_en.md4
-rw-r--r--documentation_fr.md2
3 files changed, 9 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index cc5723b..bcbcf5e 100644
--- a/Makefile
+++ b/Makefile
@@ -40,3 +40,9 @@ publish-setup:
40 40
41publish-poetry: 41publish-poetry:
42 poetry publish 42 poetry publish
43
44dump-readme:
45 ssh gitolite@git.immae.eu readme perso/Immae/Projets/Python/MusicSampler
46
47update-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:
48cf [Installation 48cf [Installation
49Kivy](https://kivy.org/docs/installation/installation-linux.html) 49Kivy](https://kivy.org/docs/installation/installation-linux.html)
50 50
51## Installation sous Windows 51## Windows installation
52 52
53Following processed worked to install music sampler in a Windows 53Following processed worked to install music sampler in a Windows
54machine: 54machine:
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
54Le processus suivant a permis d’installer music sampler sous windows: 54Le 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