summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/tutorial_approach.rst
AgeCommit message (Collapse)Author
2018-10-08Use correct invocation of `pip install - e ".[dev]"` instead of [testing]Steve Piercy
2018-10-08Some steps are not the previous, but earlier.Steve Piercy
Mention that we may now configure setup.py and run pip install variants.
2018-08-18Clean up code-blocks in qt/tutorial_approachSteve Piercy
2018-05-17Merge pull request #3283 from LuisCastilloH/Issue-3154Steve Piercy
Add cut and paste text to quick tutorial index
2018-05-16Use actual tree output characters, now that we have Unicode supportSteve Piercy
2018-05-16Update GitHub URLs for tutorialsLuisCastilloH
2018-05-15Added cut and paste instructions in new locationLuisCastilloH
2016-12-26quick_tutorial/tutorial_approach - Fix up the process description to reflect ↵Steve Piercy
reality, and improve flow
2016-12-25quick_tutorial/tutorial_approach - Fix up the process description to reflect ↵Steve Piercy
reality
2016-05-15use characters that don't break the latexpdf builder. See #2572Steve Piercy
2016-04-16quick_tutorial cleanupSteve Piercy
- update pip and setuptools - moar cleanup
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose and coverage with pytest and pytest-cov - update glossary and terms - use doscon lexer for Windows commands - refer to Pyramid Installation and put an end to copy-pasta - fix directory tree
2016-04-04- replace setup.py with pipSteve Piercy
2014-02-10- Garden PR #1121Steve Piercy
2013-09-25Quick Tutorial: Improve the setup instructions (adapted from Steve Piercy's ↵Paul Everitt
work), particularly for Windows. Change all the steps to use $VENV/bin prefixes on commands (don't presume that they have done source env/bin/activate).
2013-09-13First cut at import of quick tutorial.Paul Everitt