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
pip install -r requirements.txt for python 2.x
pip install -r requirements.txt
python 2.x
pip3 install -r requirements.txt for python 3.x (in case multiple versions are installed)
pip3 install -r requirements.txt
python 3.x