In this video I show you how to install python on a Chromebook
I learned after making this video that you can copy and paste into the Linux terminal by doing control+shift+v
so the things you have to put into the terminal are:
1. sudo apt-get update
2. sudo apt-get install idle3
3. sudo apt install python3-pip
and if you want to install libraries you write in the terminal:
1. pip3 install thing you want to install
and switch the italics out with the name of the thing you want to install