I'm trying to download an application from Github that runs on python. However, I am a complete newbie and falling at the first hurdle. The first step to install says
$ pip install git+https://github.com/abey79/vsketch#egg=vsketch
$ pip install git+https://github.com/marceloprates/prettymaps.git
however when I try this is wont recognise this all I get is errors. Am I missing a step or typing this in the wrong place?