Tag Archives: tutorial

A quick start for python pyramid

Installation of pyramid 1.Install python 2.7/3.x 2.Install setuptools For windows, please add C:\Python27\Scripts to PATH variable. For ubuntu: apt-get install python-setuptools 3.Install virtualenv $easy_install virtualenv On windows, download virtualenv-1.7.tar.gz, decompress, and run : python setup.py install create a virtual working … Continue reading

Posted in python | Tagged , | Leave a comment