From: Ismaël Bouya Date: Tue, 17 Aug 2021 00:25:48 +0000 (+0200) Subject: Update documentation X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FPython%2FMusicSampler.git;a=commitdiff_plain;h=fa90478444f6718ff52c9263c28b3bf094166224 Update documentation --- diff --git a/Makefile b/Makefile index cc5723b..bcbcf5e 100644 --- a/Makefile +++ b/Makefile @@ -40,3 +40,9 @@ publish-setup: publish-poetry: poetry publish + +dump-readme: + ssh gitolite@git.immae.eu readme perso/Immae/Projets/Python/MusicSampler + +update-readme: + 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: cf [Installation Kivy](https://kivy.org/docs/installation/installation-linux.html) -## Installation sous Windows +## Windows installation Following processed worked to install music sampler in a Windows machine: -- [Install python 3.7.\* (take 64bit version!)](https://www.python.org/downloads/windows) +- [Install python 3.9.\* (take 64bit version!)](https://www.python.org/downloads/windows) - In a command shell (`cmd.exe`), run: 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) Le processus suivant a permis d’installer music sampler sous windows: -- [Installer python 3.7.\* (prendre la version 64bit!)](https://www.python.org/downloads/windows) +- [Installer python 3.9.\* (prendre la version 64bit!)](https://www.python.org/downloads/windows) - Dans une invite de commande (`cmd.exe`), lancer: pip install music_sampler