diff options
| author | Chris McDonough <chrism@plope.com> | 2011-03-16 01:12:47 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-03-16 01:12:47 -0400 |
| commit | d1bae12977f4441f57c0d61b2d9eff2b8b9df83a (patch) | |
| tree | 214d8001ce12c0d52ce2f8a5c6077f1a46137fe3 /docs/tutorials/wiki2/installation.rst | |
| parent | 152445be10b26f24106472084d633881e1023dc4 (diff) | |
| parent | 0aed1cdd37fb57663b978d1d8728d5b652b0b092 (diff) | |
| download | pyramid-d1bae12977f4441f57c0d61b2d9eff2b8b9df83a.tar.gz pyramid-d1bae12977f4441f57c0d61b2d9eff2b8b9df83a.tar.bz2 pyramid-d1bae12977f4441f57c0d61b2d9eff2b8b9df83a.zip | |
Merge branch 'master' of https://github.com/cguardia/pyramid into cguardia-master
Diffstat (limited to 'docs/tutorials/wiki2/installation.rst')
| -rw-r--r-- | docs/tutorials/wiki2/installation.rst | 61 |
1 files changed, 5 insertions, 56 deletions
diff --git a/docs/tutorials/wiki2/installation.rst b/docs/tutorials/wiki2/installation.rst index bee348de6..ed81e3774 100644 --- a/docs/tutorials/wiki2/installation.rst +++ b/docs/tutorials/wiki2/installation.rst @@ -2,10 +2,9 @@ Installation ============ -For the most part, the installation process for this tutorial -duplicates the steps described in :ref:`installing_chapter` and -:ref:`project_narr`, however it also explains how to install -additional libraries for tutorial purposes. +This tutorial assumes that Python and virtualenv are already installed +and working in your system. If you need help setting this up, you should +refer to the chapters on :ref:`installing_chapter`. Preparation =========== @@ -22,32 +21,7 @@ Preparation, UNIX manager. For example, on a Debian Linux system, do ``sudo apt-get install libsqlite3-dev``. -#. If you don't already have a Python 2.6 interpreter installed on - your system, obtain, install, or find `Python 2.6 - <http://www.python.org/download/releases/2.6.6/>`_ for your system. - -#. Make sure the Python development headers are installed on your system. If - you've installed Python from source, these will already be installed. If - you're using a system Python, you may have to install a ``python-dev`` - package (e.g. ``apt-get python-dev``). The headers are not required for - Pyramid itself, just for dependencies of the tutorial. - -#. Install the latest `setuptools` into the Python you - obtained/installed/found in the step above: download `ez_setup.py - <http://peak.telecommunity.com/dist/ez_setup.py>`_ and run it using - the ``python`` interpreter of your Python 2.6 installation: - - .. code-block:: text - - $ /path/to/my/Python-2.6/bin/python ez_setup.py - -#. Use that Python's `bin/easy_install` to install `virtualenv`: - - .. code-block:: text - - $ /path/to/my/Python-2.6/bin/easy_install virtualenv - -#. Use that Python's virtualenv to make a workspace: +#. Use your Python's virtualenv to make a workspace: .. code-block:: text @@ -59,9 +33,6 @@ Preparation, UNIX $ cd pyramidtut -#. (Optional) Consider using ``source bin/activate`` to make your - shell environment wired to use the virtualenv. - #. Use ``easy_install`` to get :app:`Pyramid` and its direct dependencies installed: @@ -79,26 +50,7 @@ Preparation, UNIX Preparation, Windows -------------------- -#. Install, or find `Python 2.6.6 - <http://python.org/download/releases/2.6.6/>`_ for your system. - -#. Install the latest `setuptools` into the Python you - obtained/installed/found in the step above: download `ez_setup.py - <http://peak.telecommunity.com/dist/ez_setup.py>`_ and run it using - the ``python`` interpreter of your Python 2.6 installation using a - command prompt: - - .. code-block:: text - - c:\> c:\Python26\python ez_setup.py - -#. Use that Python's `bin/easy_install` to install `virtualenv`: - - .. code-block:: text - - c:\> c:\Python26\Scripts\easy_install virtualenv - -#. Use that Python's virtualenv to make a workspace: +#. Use your Python's virtualenv to make a workspace: .. code-block:: text @@ -110,9 +62,6 @@ Preparation, Windows c:\> cd pyramidtut -#. (Optional) Consider using ``bin\activate.bat`` to make your shell - environment wired to use the virtualenv. - #. Use ``easy_install`` to get :app:`Pyramid` and its direct dependencies installed: |
