From fa90478444f6718ff52c9263c28b3bf094166224 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Tue, 17 Aug 2021 02:25:48 +0200 Subject: [PATCH] Update documentation --- Makefile | 6 ++++++ documentation_en.md | 4 ++-- documentation_fr.md | 2 +- 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: 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 -- 2.41.0