-
Notifications
You must be signed in to change notification settings - Fork 0
install python
Ryan Eagan edited this page Nov 18, 2022
·
1 revision
Install Git
sudo port install git
Install Cmake
sudo port install cmake
Install Python
sudo port install python39
Install Numpy
sudo port install py39-numpy
Install Matplotlib
sudo port install py39-matplotlib
Install Scipy
sudo port install py39-scipy
Install Ipython
sudo port install py39-ipython
Install Jupyter
sudo port install py39-jupyter
sudo port install py39-jupyterlab
Install Sympy
sudo port install py39-sympy
Install Cython
sudo port install py39-cython
Install Pandas
sudo port install py39-pandas