diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-08-18 12:26:31 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-08-18 12:26:31 -0700 |
| commit | 5593c0282d1ceab1c7b03e2c62fadc71be9bebe4 (patch) | |
| tree | 06fb74c976f77fdfadc53943c5eb548e984e07d5 | |
| parent | 78c485f0a81bdd7aebe75b167e638fd863287396 (diff) | |
| download | pyramid-5593c0282d1ceab1c7b03e2c62fadc71be9bebe4.tar.gz pyramid-5593c0282d1ceab1c7b03e2c62fadc71be9bebe4.tar.bz2 pyramid-5593c0282d1ceab1c7b03e2c62fadc71be9bebe4.zip | |
Clean up code-blocks in qt/tutorial_approach
| -rw-r--r-- | docs/quick_tutorial/tutorial_approach.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/quick_tutorial/tutorial_approach.rst b/docs/quick_tutorial/tutorial_approach.rst index 83b229746..7ef28bdb8 100644 --- a/docs/quick_tutorial/tutorial_approach.rst +++ b/docs/quick_tutorial/tutorial_approach.rst @@ -40,7 +40,7 @@ For most steps you will copy the previous step's directory to a new directory, a .. code-block:: bash - $ cd ..; cp -r package ini; cd ini - $ $VENV/bin/pip install -e . + cd ..; cp -r package ini; cd ini + $VENV/bin/pip install -e . For a few steps, you won't copy the previous step's directory, but you will still need to install your project with ``$VENV/bin/pip install -e .``. |
