Bowe Strickland
2018-10-27 6e49871feaa1a60549206cf5512c9fb7f3d5fd56
docs/tutorials/wiki/src/basiclayout/README.txt
@@ -1 +1,29 @@
tutorial README
myproj
======
Getting Started
---------------
- Change directory into your newly created project.
    cd tutorial
- Create a Python virtual environment.
    python3 -m venv env
- Upgrade packaging tools.
    env/bin/pip install --upgrade pip setuptools
- Install the project in editable mode with its testing requirements.
    env/bin/pip install -e ".[testing]"
- Run your project's tests.
    env/bin/pytest
- Run your project.
    env/bin/pserve development.ini