1// install matplotlib
2
3pip install matplotlib
4
5// using conda
6
7conda install -c conda-forge matplotlib
1first add pypy and its scripts folder to path!
2then use the following code in terminal:
3
4pypy3 -m pip install matplotlib
5
6do not worry if it looked stuck at the end.