diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-03-21 02:03:20 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-03-21 02:03:39 +0200 |
| commit | a4010d1b2d3e7c266c2369bb166cf2d7cfafc783 (patch) | |
| tree | f6c332865c32b1bafa3a754c69b806bb657e8cc3 /docs/tutorials | |
| parent | 8345ae7d0f20b7c924d45b4c6afedf437d3e68b6 (diff) | |
| download | pyramid-a4010d1b2d3e7c266c2369bb166cf2d7cfafc783.tar.gz pyramid-a4010d1b2d3e7c266c2369bb166cf2d7cfafc783.tar.bz2 pyramid-a4010d1b2d3e7c266c2369bb166cf2d7cfafc783.zip | |
slightly re-organise
Diffstat (limited to 'docs/tutorials')
| -rw-r--r-- | docs/tutorials/wiki2/installation.rst | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/tutorials/wiki2/installation.rst b/docs/tutorials/wiki2/installation.rst index 4b09f6eb7..f55c047ba 100644 --- a/docs/tutorials/wiki2/installation.rst +++ b/docs/tutorials/wiki2/installation.rst @@ -76,16 +76,17 @@ If you used a package manager to install your Python, or if you compiled your Py $ sudo apt-get install libsqlite3-dev -#. Switch to the ``pyramidtut`` directory: +Entering the virtualenv +----------------------- + +Do not forget to switch to the ``pyramidtut`` directory. +In order to do so, run this command if you are on Unix: .. code-block:: text $ cd pyramidtut -Windows Requirements --------------------- - -#. Switch to the ``pyramidtut`` directory: +And run this if you are on Windows: .. code-block:: text |
