on Linux (Ubuntu)
sudo apt-get install python3
sudo apt install python3-pipOn windows
-
Download python3.10 executable installer
64-bit Windows installer: https://www.python.org/ftp/python/3.10.7/python-3.10.7-amd64.exe
32-bit Windows installer: https://www.python.org/ftp/python/3.10.7/python-3.10.7.exe -
Install python3
When installing python, choose
customize installation,install pipandadd python path to the system environment.
Open the terminal, run:
sudo apt-get install python3-pyqt5
pip3 install numpy pyqtgraphIf pip3 is not found, please try pip
- On Linux OS
cd HIT_daq
chmod 755 daq
sh daq.sh- On Windows
cd HIT_daq
daq.batNote that the python program name may be called python3 on your window OS. If there are "ModuleNotFoundError: No module named xxx", please install the missing modules by using pip3 (or pip)
