Add some more useful notes

This commit is contained in:
2019-08-15 22:03:02 +02:00
parent 87e84ddc65
commit b9b8fa7729
2 changed files with 18 additions and 1 deletions

View File

@@ -8,3 +8,6 @@ sudo apt install git
# Install gcc & g++ & cmake
sudo apt install gcc g++ cmake
# Install python3 pip and ipython
sudo apt install python3 ipython3 python3-pip