index
:
pyramid
main
Pyramid web framework (fork of https://github.com/Pylons/pyramid).
Daniel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
quick_tutorial
/
requirements.rst
Age
Commit message (
Expand
)
Author
2016-09-24
Why use venv/bin/pip instead of source bin/activate then pip?
Steve Piercy
2016-09-01
drop support for python 3.3 and error on 2.6
Michael Merickel
2016-07-02
Update Windows installation instructions and related bits.
Steve Piercy
2016-05-15
use characters that don't break the latexpdf builder. See #2572
Steve Piercy
2016-04-16
quick_tutorial cleanup
Steve Piercy
2016-04-16
quick_tutorial cleanup
Steve Piercy
2016-04-16
quick_tutorial cleanup
Steve Piercy
2016-04-16
quick_tutorial cleanup
Steve Piercy
2016-04-12
one 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.4
Steve Piercy
2016-04-06
- remove conf.py straggler
Steve Piercy
2016-04-03
- replace easy_install with pip
Steve Piercy
2016-02-14
Revert "Use lexer name compatible w/ Pygments 1.5."
Tres Seaver
2016-02-14
Use lexer name compatible w/ Pygments 1.5.
Tres Seaver
2016-01-24
Use proper syntax names in code samples to allow highlighting and avoid error...
Steve Piercy
2016-01-20
Update docs to reflect dropping Python 3.2 support
Steve Piercy
2015-05-16
- replace image with ASCII tree diagram
Steve Piercy
2015-05-16
cherrypick from 1.5
Steve Piercy
2014-04-09
Typo correction "setupy"-->"setup.py"
thapar
2014-04-09
- clarify Windows setuptools instructions
Steve Piercy
2014-02-16
Match optional reqs on Windows to those on POSIX.
Tres Seaver
2014-02-16
Clarify reasons for preferring easy_install over pip.
Tres Seaver
2014-02-10
- Garden PR #1121
Steve Piercy
2013-10-08
Small quick tutorial fixes post conference.
Paul Everitt
2013-09-28
Used a parsed-literal to pin the version number on easy_install.
Paul Everitt
2013-09-26
Quick Tour: shorten the setup part and point to Quick Tutorial Requirements f...
Paul Everitt
2013-09-25
Get pyramid_chameleon added to the quick tutorial, plus some other fixes for ...
Paul Everitt
2013-09-25
Add some more of the up-front packages.
Paul Everitt
2013-09-25
Oops, need a $VENV path to easy_install
Paul Everitt
2013-09-25
Quick Tutorial: Improve the setup instructions (adapted from Steve Piercy's w...
Paul Everitt