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
(Taken from my comment)
pip won't handle system level dependencies. You'll have to apt-get install libfreetype6-dev before continuing. (It even says so right in your output. Try skimming over it for such errors next time, usually build outputs are very detailed)
pip
apt-get install libfreetype6-dev