Browse Source

better naming + update dependecies in the documentation

Noah 4 years ago
parent
commit
997ae400a7
4 changed files with 2 additions and 2 deletions
  1. 1 1
      README.md
  2. 0 0
      doc/build-doc.sh
  3. 1 1
      doc/documentation.html
  4. BIN
      doc/documentation.pdf

+ 1 - 1
README.md

@@ -4,7 +4,7 @@
 *Note:* This program uses the [music21](https://github.com/cuthbertLab/music21) library.
 
 ## Dependencies
-You can install the only python module that is not in the default library using pip:
+First of all you need [python3](https://www.python.org/downloads/) including the standard librarys. Now install the only needed additional module using pip:
 
 	pip install music21
 

+ 0 - 0
doc/build-doc → doc/build-doc.sh


+ 1 - 1
doc/documentation.html

@@ -34,7 +34,7 @@ div {
 
 <h2>Dependencies</h2>
 
-<p>You can install the only python module that is not in the default library using pip:</p>
+<p>First of all you need <a href="https://www.python.org/downloads/">python3</a> including the standard librarys. Now install the only needed additional module using pip:</p>
 
 <div><pre><code>pip install music21
 </code></pre></div>

BIN
doc/documentation.pdf