About Lesson
Installing Ubuntu/ Linux
NumPy can be installed with conda
, with pip
, or with a package manager on macOS and Linux.
sudo apt update -y sudo apt upgrade -y sudo apt install python3-tk python3-pip -y sudo pip install numpy -y
Installing Windows
pip install numpy