I am new to python. Recently I got a project written by python and it requires some installation. I run below command to install but got an error.
# pip inst
If you are using Linux OS:
matplotlib==1.3.1 from requirements.txtsudo apt-get install python-matplotlibpip install -r requirements.txt (Python 2), or pip3 install -r requirements.txt (Python 3)pip freeze > requirements.txtIf you are using Windows OS:
python -m pip install -U pip setuptoolspython -m pip install matplotlib