summaryrefslogtreecommitdiff
path: root/docs/narr/install.rst
AgeCommit message (Collapse)Author
2024-01-28drop support for python 3.7 which was eol in 2023Michael Merickel
2023-11-30Update docs to mention Python 3.12 supportIevgen Popovych
Signed-off-by: Ievgen Popovych <jmennius@gmail.com>
2022-12-25Run tests on Python 3.11Stefano Rivera
2022-02-05Cleanup remnants of Py3.6 supportBert JW Regeer
2022-01-07Remove Python 3.6 testsMarcin Lulek
2022-01-07Update docs/narr/install.rstSteve Piercy
2022-01-07Add support for Python 3.10Marcin Lulek
2020-11-28drop python 3.5Michael Merickel
2020-11-02Add support for Python 3.9Steve Piercy
2019-12-23restore py35Michael Merickel
2019-12-15Remove Python 3.4, Python 3.5, and add Python 3.8Steve Piercy
2018-11-16Remove most Python 2 mentions from docs. Exclusions:Steve Piercy
- `docs/tutorials/wiki/*` was written for Python 2 and supposedly won't run on Python 3. - `docs/api/compat.rst` because it drops some stuff and moves other bits into `pyramid.util` and should be part of another PR. - Ignored a couple of times where `env27` and `Python 2.` appear in command output, but they are inconsequential.
2018-10-07Use proper case for Setuptools as a library name.Steve Piercy
Change Setuptools to a glossary term where useful.
2018-09-16doc fixesStephen Martin
2018-09-09merging cookiecuttersStephen Martin
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 installSteve Piercy
2018-08-18Clean up code-blocks in installSteve Piercy
2017-08-14Fix typo in Mac OS X Python install instructinosPaul Cutler
Replace "verion" with correct spelling: version (cherry picked from commit 0bc8888)
2017-06-27Update all external links per `make linkcheck`Steve Piercy
- Most are changing http to https, or readthedocs.org to readthedocs.io, and some for Python packaging reorganizing some docs into tutorials, as well as miscellaneous changes.
2017-06-07explain why we prefer to avoid activateMichael Merickel
fixes #3064
2017-01-15Update Windows docsSteve Piercy
- Installation overhauled - update project.rst to remove duplication - Windows paths never end with "\" except for a drive name, for example C:\ - use backslashes for paths - backslashes cannot be used for line continuation on Windows - update extra packages for Windows - Python now has a Windows launcher
2017-01-15Update Windows installation docsSteve Piercy
2016-12-28fix link targetSteve Piercy
2016-12-27update Sphinx link targetSteve Piercy
2016-12-27narr/install - updateSteve Piercy
2016-11-26add 3.6 support to documentationSteve Piercy
- See #2835
2016-09-26Revise Why use venv/bin/pip instead of source bin/activate then pip?Steve Piercy
- Closes #2610
2016-09-24Why use venv/bin/pip instead of source bin/activate then pip?Steve Piercy
- Closes #2610
2016-09-01drop support for python 3.3 and error on 2.6Michael Merickel
closes #2476
2016-07-02Update Windows installation instructions and related bits.Steve Piercy
- Use proper Windows commands, drives, and paths - Use doscon for Windows console lexer
2016-04-23Fix all the stinky linkie rot via `make linkcheck ↵Steve Piercy
SPHINXBUILD=$VENV/bin/sphinx-build`, but don't bother with HISTORY.txt or whatsnew-xx
2016-04-16replace ps1con with doscon for lexerSteve Piercy
2016-04-12Replace Python 2.6 with 2.7Bert JW Regeer
2016-04-12one does not simply "create a virtualenv". one should "create a virtual ↵Steve Piercy
environment". - Fixes #2483
2016-04-12- replace `pyvenv` with `python3 -m venv`Steve Piercy
2016-04-12- removed "now" per ↵Steve Piercy
https://github.com/Pylons/pyramid/pull/2468#discussion_r59310317
2016-04-10- update installation.rst to use pip, pyvenv, Python 3.4Steve Piercy
- simplify installation.rst by removing not-Pyramid things (installing Python and requirements for installing packages) while providing official external references - update cross-reference in quick_tutorial requirements.rst - add glossary entry for pyvenv
2016-04-03- replace easy_install with pipSteve Piercy
- bump Python version to 3.5 or generalize to Python 3 - rewrite seealso's - use ps1con lexer for windows powershell console - add hyperlink targets
2016-01-24fix indent in docsSvintsov Dmitry
2016-01-20Update docs to reflect dropping Python 3.2 supportSteve Piercy
2016-01-13update for python 3.5Steve Piercy
2016-01-13add python 3.5Steve Piercy
2015-10-08update tested versions in sidebarSteve Piercy
2015-10-08rewrapping onlySteve Piercy
2015-10-07Heading rst syntax, casingSteve Piercy
2015-05-16cherrypick from 1.5Steve Piercy
2014-04-14Merge pull request #1291 from nnja/masterMichael Merickel
Update python installation instructions for Mac OSX