]> git.immae.eu Git - perso/Immae/Projets/Python/MusicSampler.git/commitdiff
Update documentation
authorIsmaël Bouya <ismael.bouya@fretlink.com>
Tue, 17 Aug 2021 00:25:48 +0000 (02:25 +0200)
committerIsmaël Bouya <ismael.bouya@fretlink.com>
Tue, 17 Aug 2021 00:25:48 +0000 (02:25 +0200)
Makefile
documentation_en.md
documentation_fr.md

index cc5723b4e1e2d95134aa984c4a1ad0cec569bab2..bcbcf5e8fc627ffeb36f4575182125fb77816db6 100644 (file)
--- 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
index 17b8c87dd1d12fc6a21fd50b38a94f16131ea19a..2f570e1213e490261095d0e1d0f75948c7eeb29a 100644 (file)
@@ -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
index 9d83f11c1019861abadb53a523a95a1266d43ef2..4caf75e751fce77434fc991bb30bc2330c7657bb 100644 (file)
@@ -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