summaryrefslogtreecommitdiff
path: root/docs/narr/install.rst
AgeCommit message (Collapse)Author
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
2014-04-14clarify python version supportMichael Merickel
2014-04-14adding comments for python versionsNina Zakharenko
2014-04-14Change OSX to Mac OS XNina Zakharenko
2014-04-14Update the documentation for Python installation on OSX. Binaries are ↵Nina Zakharenko
primary method.
2014-04-14Update python installation instructions for mac osx.Nina Zakharenko
2013-09-28Add versioning to branch masterSteve Piercy
2013-09-28minor tweaks to languageMichael Merickel
2013-09-27Add note about C extensionsBert JW Regeer
There was some confusion regarding the output of easy_install pyramid when the Python header files were not installed, these errors are harmless however adding a simple note would have stopped a lot of frustration.
2013-08-16Another crack at the note for venv optionsSteve Piercy
2013-08-16remove --no-site-packages and add usage noteSteve Piercy
2013-08-16restore earlier fixes on latexindexSteve Piercy
don't make up funny words and use explicit 32- or 64-bit phrase
2013-08-16undoing bash highlighting to just text. bash prepends a $ which makes ↵Steve Piercy
copy/paste of commands annoying, and for Windows with \ in the path, it is an escape character and does weird colorization.
2013-08-16merge changes from kusut PR#1085 and stevepiercy PR#1084Steve Piercy
wrap to 79 columns remove duplicate link of Windows extensions at top of file to prevent early clickage
2013-08-16and fix 79 colsSteve Piercy
2013-08-16Sphinx: WAAAAAAH! Just shut up and duplicate the link already.Steve Piercy
2013-08-16Clean up directions for install Python 2 and 3 and Python extensions on ↵Steve Piercy
Windows, per feedback from Windows guinea pigs at SFPython Hack Night.
2013-08-15fix some rST issuesTshepang Lekhonkhobe
2013-08-15Update install.rstkusut
- simplify installation by removing distribute (merge with setuptools) - update setuptools link - simplify windows tutorial by dropping 3.2, latest python version only (2.7 and 3.3)
2013-03-23remove 'or find'Steve Piercy
2013-03-21Generalize Python versions in Windows section.Steve Piercy