From fd022da7697b0c79b49e3e850f1e26523f2716f9 Mon Sep 17 00:00:00 2001 From: Nicolas Roisin <nicolas.roisin@uclouvain.be> Date: Wed, 19 Mar 2025 10:16:04 +0000 Subject: [PATCH] Update file README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dab6f84..397efae 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# ChOpeS +# DOpeS ## Description -Characterization and Operation Software (ChOpeS) provides a set of tools for -1. Characterization and analysis for data coming from lab equipment such as Raman spectrometer, white-light interferometer, ... +Data analysis and Operation Software (DOpeS) provides a set of tools for +1. Data analysis for data coming from lab equipment such as Raman spectrometer, white-light interferometer, ... 2. Controlling lab equipment such as multimeter, source measurement units, pressure generator, climatic chamber, monochromator, ... ## Structure @@ -23,6 +23,11 @@ ChOpeS is made from functions, classes and scripts based on Python programming l - **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) +The python packages can be installed from python the Python Package Index (pip) +''' +pip install numpy, scipy, pyvisa +''' + ## Installation Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection. -- GitLab