summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki/installation.rst
AgeCommit message (Collapse)Author
2024-02-07docs: fold in 'Installing' language from the 'wiki2' refresh (PR #3747)Tres Seaver
2024-02-07docs: update ZODB wiki tutorial to cookiecutterTres Seaver
- Describe 'pyproject.toml' usage (replacing 'setup.py', 'pytest.ini', '.coveragerc'). - Document the new PyPA-blessed build process.
2022-11-14rename "master" to "main"jonathan vanasco
2021-01-09Use ZODB instead of ZODB3 for latest version of ZODB without indirectionSteve Piercy
2021-01-09Update outputs of running tests with coverageSteve Piercy
2020-01-15Remove bits that demo what one would need to do without defaultsSteve Piercy
- Sync up wiki with language from wiki2
2020-01-13update output of package versions, coverage. fix command.Steve Piercy
2020-01-10sync wiki installation, basiclayout, models and views chapters with new ↵Michael Merickel
cookiecutter
2020-01-02Resync wiki/*.rst and related files after moving tests directorySteve Piercy
2020-01-02Update docs/tutorials/wiki/installation.rst and related filesSteve Piercy
2019-12-15Remove Python 3.4, Python 3.5, and add Python 3.8Steve Piercy
2018-11-23remove extra whitespaceSteve Piercy
2018-11-23Correct grammar, use shorter sentences, rewrap to one sentence per line, ↵Steve Piercy
inline links, update outputs.
2018-10-31move master to 2.0.dev0Michael Merickel
2018-10-15point cookiecutters at 1.10-branchMichael Merickel
2018-10-05Merge branch 'master' into one_ccSteve Piercy
2018-10-04Update Pyramid documentation pytest references with feedbackPaul Cutler
Update the pull request to update all Pyramid documentation to replace instances of "py.test" with "pytest" to include missing backticks where needed.
2018-10-03Change references to "py.test" to "pytest" in installation.rstPaul Cutler
Remove :term: from pytest as it is not in the glossary.
2018-10-03Change references to "py.test" to "pytest" in installation.rstPaul Cutler
As of pytest 3.0 (Aug 16) the recommended way to call pytest is using the "pytest" command and not "py.test"
2018-09-17name changeStephen Martin
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 Unix capitalizationSteve Piercy
2018-08-18Clean up code-blocks in tutorials/wiki/installationSteve Piercy
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-27prep 1.10.dev0Michael Merickel
2017-06-26change http://docs.pylonsproject.org to httpsSteve Piercy
- use correct URL for code style - use correct Pyramid version for zodb wiki src file template
2017-06-10synch emphasize-lines with src files for zodb wiki tutorialSteve Piercy
2017-06-02mid-release cycle will be the death of meSteve Piercy
2017-06-02append ` --checkout master` to cookie cutter commandSteve Piercy
2017-06-01use shortcut for github URL; update RELEASING.txtSteve Piercy
- refs: #3042
2017-04-23update user prompt for cookiecutter repo_nameSteve Piercy
- refs: https://github.com/Pylons/pyramid-cookiecutter-starter/pull/27#issuecomment-296507821
2017-02-28update pyramid-cookiecutter-starter prompts and reformat presentation of all ↵Steve Piercy
cookiecutter prompts
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-01Remove notes about cookiecutter installation, as they now remove sudo for ↵Steve Piercy
most systems
2016-12-23sort packages alphaSteve Piercy
2016-12-23use correct package nameSteve Piercy
2016-12-23alignment was offSteve Piercy
2016-12-23standardize windows promptSteve Piercy
2016-12-23Use cookiecutter instead of scaffold and pcreateSteve Piercy
- minor grammar and reST fixes
2016-11-26add 3.6 support to documentationSteve Piercy
- See #2835
2016-11-20link to documentation on hupperMichael Merickel
fixes #2806
2016-05-07update wiki1 with py.test and coverage defaultsSteve Piercy
2016-05-06remove duplicate linksSteve Piercy
2016-05-06Update wiki tutorials with py.test remarksSteve Piercy
- better synch up wiki tutorials installation instructions - improve .rst syntax and add more .rst links
2016-04-24Use parsed-literal for installing versions of Pyramid. This should future ↵Steve Piercy
proof docs.
2016-04-16replace ps1con with doscon for lexerSteve Piercy
2016-04-12one does not simply "create a virtualenv". one should "create a virtual ↵Steve Piercy
environment". - Fixes #2483
2016-04-12one does not simply "create a virtualenv". one should "create a virtual ↵Steve Piercy
environment"