Hi. i do web design + CMS every day.
Today i found an open source tool that should speed up my workflow. making it quicker to write scss. Its called webPutty:
http://fogcreek.github.io/WebPutty/
but i can't figure out how to install it as it uses python and pin and google app engine.
the install notes are hopeless for my level of skill:
https://github.com/FogCreek/WebPutty/
i have downloaded python and installed it to my windows p.c.
i have downloaded Google App Engine SDK for Python and installed it on my p.c
i have created a app with the app engine.
and i have tried to follow the instructions to update app.yaml and settings.py but its not that obviuse if i did it correct.
now am stuck trying to install pip into python as i haven't done that before and dont know how to start.
this is hard for me as i am not a developer but i really want to try out Webputty. can anyone talk me through the installation or make a screen recording. i can open another question to give more points out if this will be to much to ask.
thanks.
1) pywin32 - http://sourceforge.net/projects/pywin32/files/pywin32/Build%20218/
2) setuptools - https://pypi.python.org/pypi/setuptools
Both of the above have binary installers, so should be pretty straightforward to install. Setuptools includes something called easy_install. Once it's installed, open up a command prompt and type the following:
Open in new window
That will install virtualenv which includes pip.