summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/requirements.rst
AgeCommit message (Collapse)Author
2016-01-24Use proper syntax names in code samples to allow highlighting and avoid ↵Steve Piercy
errors. See https://github.com/sphinx-doc/sphinx/issues/2264
2016-01-20Update docs to reflect dropping Python 3.2 supportSteve Piercy
2015-05-16- replace image with ASCII tree diagramSteve Piercy
- make venv name generic without a version to reduce future maintenance
2015-05-16cherrypick from 1.5Steve Piercy
2014-04-09Typo correction "setupy"-->"setup.py"thapar
2014-04-09- clarify Windows setuptools instructionsSteve Piercy
- correct typo on location
2014-02-16Match optional reqs on Windows to those on POSIX.Tres Seaver
2014-02-16Clarify reasons for preferring easy_install over pip.Tres Seaver
2014-02-10- Garden PR #1121Steve Piercy
2013-10-08Small quick tutorial fixes post conference.Paul Everitt
2013-09-28Used a parsed-literal to pin the version number on easy_install.Paul Everitt
2013-09-26Quick Tour: shorten the setup part and point to Quick Tutorial Requirements ↵Paul Everitt
for more explanation. Cross link each Quick Tour section with its Quick Tutorial match.
2013-09-25Get pyramid_chameleon added to the quick tutorial, plus some other fixes for ↵Paul Everitt
Python 3.
2013-09-25Add some more of the up-front packages.Paul Everitt
2013-09-25Oops, need a $VENV path to easy_installPaul Everitt
2013-09-25Quick Tutorial: Improve the setup instructions (adapted from Steve Piercy's ↵Paul Everitt
work), particularly for Windows. Change all the steps to use $VENV/bin prefixes on commands (don't presume that they have done source env/bin/activate).