summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/requirements.rst
AgeCommit message (Expand)Author
2024-01-28drop support for python 3.7 which was eol in 2023Michael Merickel
2022-02-05Cleanup remnants of Py3.6 supportBert JW Regeer
2020-11-28drop python 3.5Michael Merickel
2019-12-23restore py35Michael Merickel
2019-12-15Remove Python 3.4, Python 3.5, and add Python 3.8Steve Piercy
2018-11-16Remove virtualenv and explicit py3 mentionsSteve Piercy
2018-11-16Remove most Python 2 mentions from docs. Exclusions:Steve Piercy
2018-08-22venv is for Python 3.3+, and we support 3.4, so just 3 is fineSteve Piercy
2018-08-22Bump Python version to 3.7 in docs and project meta filesSteve Piercy
2018-08-19Standardize macOS capitalizationSteve Piercy
2018-08-19Standardize Unix capitalizationSteve Piercy
2018-08-18Clean up code-blocks in qt/requirementsSteve Piercy
2018-05-16Use actual tree output characters, now that we have Unicode supportSteve Piercy
2018-05-14Removes the step to install additional packages in the quick tutorial.Joel Rivera
2017-10-21Changes per stevepiercy review, thanks!Chris Shenton
2017-10-21Quick Tutorial: Replace wsgiref with waitressChris Shenton
2017-01-15Update Windows docsSteve Piercy
2016-12-25quick_tutorial/requirements - add promptSteve Piercy
2016-11-26add 3.6 support to documentationSteve Piercy
2016-09-24Why use venv/bin/pip instead of source bin/activate then pip?Steve Piercy
2016-09-01drop support for python 3.3 and error on 2.6Michael Merickel
2016-07-02Update Windows installation instructions and related bits.Steve Piercy
2016-05-15use characters that don't break the latexpdf builder. See #2572Steve Piercy
2016-04-16quick_tutorial cleanupSteve Piercy
2016-04-16quick_tutorial cleanupSteve Piercy
2016-04-16quick_tutorial cleanupSteve Piercy
2016-04-16quick_tutorial cleanupSteve Piercy
2016-04-12one does not simply "create a virtualenv". one should "create a virtual envir...Steve Piercy
2016-04-12- replace `pyvenv` with `python3 -m venv`Steve Piercy
2016-04-10- update installation.rst to use pip, pyvenv, Python 3.4Steve Piercy
2016-04-06- remove conf.py stragglerSteve Piercy
2016-04-03- replace easy_install with pipSteve Piercy
2016-02-14Revert "Use lexer name compatible w/ Pygments 1.5."Tres Seaver
2016-02-14Use lexer name compatible w/ Pygments 1.5.Tres Seaver
2016-01-24Use proper syntax names in code samples to allow highlighting and avoid error...Steve Piercy
2016-01-20Update docs to reflect dropping Python 3.2 supportSteve Piercy
2015-05-16- replace image with ASCII tree diagramSteve Piercy
2015-05-16cherrypick from 1.5Steve Piercy
2014-04-09Typo correction "setupy"-->"setup.py"thapar
2014-04-09- clarify Windows setuptools instructionsSteve Piercy
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 f...Paul Everitt
2013-09-25Get pyramid_chameleon added to the quick tutorial, plus some other fixes for ...Paul Everitt
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 w...Paul Everitt