diff --git a/README.md b/README.md index 49bac97eeac1c6e72408d2ec9ace2aa75a27be63..d621afd2a0598e4bb760a66dddc3186c04534665 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,11 @@ Data analysis and Operation Software (DOpeS) provides a set of tools for - Climatic chamber *SH242* (sh242.py) - script examples for the equipments - ## Requirements DOpeS is made from functions, classes and scripts based on Python programming lanquage. The following packages are required for the data analysis and the equipment control: -- **Numpy** for the data handling and processing -- **SciPy** for the data processing tools such as interpolation and filtering (only for *data_analysis* part) -- **Pyvisa** for the communication with equipment (only for *equipment_control* part) +- <a href=https://pypi.org/project/numpy/> **Numpy** </a> for the data handling and processing +- <a href=https://pypi.org/project/scipy/> **SciPy** </a> for the data processing tools such as interpolation and filtering (only for *data_analysis* part) +- <a href=https://pypi.org/project/PyVISA/> **Pyvisa** </a> for the communication with equipment (only for *equipment_control* part) The python packages can be installed from python the Python Package Index (pip): ``` @@ -47,7 +46,7 @@ To use it, you only have to create a python script in you favorite IDE and inser ``` import sys -sys.path.insert(1, '/path/to/chopes') +sys.path.insert(1, '/path/to/dopes') ``` The various tools can then be accessed as any python packages and classes: @@ -72,6 +71,6 @@ You can also document commands to lint the code or run tests. These steps help t The intitial idea of this project has been thought by **Loïc Lahaye** with the help of **Nicolas Roisin**. ## License - DOpeS © 2025 by Loïc Lahaye and Nicolas Roisin is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) + DOpeS © 2025 by Loïc Lahaye and Nicolas Roisin is licensed under <a href=https://creativecommons.org/licenses/by-nc-sa/4.0/> Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International </a> (<a href=https://creativecommons.org/licenses/by-nc-sa/4.0/> CC BY-NC-SA 4.0</a>) ## Project status Still alive