Ludovic PLATON

Add docopt package dependency

...@@ -15,6 +15,7 @@ IRSOM has been devleoped on python3. ...@@ -15,6 +15,7 @@ IRSOM has been devleoped on python3.
15 3. [Plotnine](https://plotnine.readthedocs.io/en/stable/) 15 3. [Plotnine](https://plotnine.readthedocs.io/en/stable/)
16 4. [Numpy](http://www.numpy.org/) 16 4. [Numpy](http://www.numpy.org/)
17 5. [TensorFlow](https://www.tensorflow.org/install) 17 5. [TensorFlow](https://www.tensorflow.org/install)
18 +6. [Docopt](http://docopt.org/)
18 19
19 These packages can be install by running the following command: 20 These packages can be install by running the following command:
20 ``` bash 21 ``` bash
......