Skip to content
Snippets Groups Projects
Commit 0fdd30db authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Added pip3 stuff.

parent b78bff61
No related branches found
No related tags found
No related merge requests found
...@@ -706,6 +706,9 @@ Quartus version meeting minutes 13 may 2020 (RW, LH JH, EK): ...@@ -706,6 +706,9 @@ Quartus version meeting minutes 13 may 2020 (RW, LH JH, EK):
* Linux * Linux
******************************************************************************* *******************************************************************************
# Linux Mint version
> cat /etc/issue
https://regexr.com/ https://regexr.com/
https://linuxize.com/ https://linuxize.com/
...@@ -801,9 +804,16 @@ sudo chgrp -R software dirname # recursively change group of 'dirname' to 'soft ...@@ -801,9 +804,16 @@ sudo chgrp -R software dirname # recursively change group of 'dirname' to 'soft
sudo chown user_name file_name # change user,group sudo chown user_name file_name # change user,group
# Linux upgrade # Linux Mint 20.3 upgrade 26 april 2022
https://linuxmint-user-guide.readthedocs.io/en/latest/upgrade-to-mint-20.html https://linuxmint-user-guide.readthedocs.io/en/latest/upgrade-to-mint-20.html
sudo pip3 install matplotlib
sudo apt-get install python3-pil.imagetk
> python3 base/test_plot.py # werkt nu
sudo pip3 install asyncua
./sdp_rw.py --host dop421 -l # werkt nu
******************************************************************************* *******************************************************************************
* ICT diensten * ICT diensten
******************************************************************************* *******************************************************************************
...@@ -944,10 +954,6 @@ Gelukt ! ...@@ -944,10 +954,6 @@ Gelukt !
* SDPTR * SDPTR
******************************************************************************* *******************************************************************************
sudo pip3 install setuptools-rust
sudo pip3 install asyncua
:kooistra@dop466:/dop466_0/kooistra/git/sdptr/test/py/control$ ./sdp_rw.py --host dop421 -l :kooistra@dop466:/dop466_0/kooistra/git/sdptr/test/py/control$ ./sdp_rw.py --host dop421 -l
:kooistra@dop466:/dop466_0/kooistra/git/sdptr/test/py/control$ ./sdp_rw.py --host dop421 -r firmware_version :kooistra@dop466:/dop466_0/kooistra/git/sdptr/test/py/control$ ./sdp_rw.py --host dop421 -r firmware_version
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment