diff options
| author | Steve Piercy <web@stevepiercy.com> | 2013-03-21 13:40:10 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2013-03-21 13:40:10 -0700 |
| commit | 1ec39d51636ec72ef55b6bfb6c3115cc0be7c160 (patch) | |
| tree | 6fe1bf32736d9fbdf3ce0f041cb2709baa71f744 /docs | |
| parent | a17c712f7f836b3506be069f60ee9ed8a8edb42b (diff) | |
| download | pyramid-1ec39d51636ec72ef55b6bfb6c3115cc0be7c160.tar.gz pyramid-1ec39d51636ec72ef55b6bfb6c3115cc0be7c160.tar.bz2 pyramid-1ec39d51636ec72ef55b6bfb6c3115cc0be7c160.zip | |
Meh. git hate me.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/tutorials/wiki2/installation.rst | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/docs/tutorials/wiki2/installation.rst b/docs/tutorials/wiki2/installation.rst index dd7c76d5f..4361f18e8 100644 --- a/docs/tutorials/wiki2/installation.rst +++ b/docs/tutorials/wiki2/installation.rst @@ -70,7 +70,6 @@ Install Pyramid Into the Virtual Python Environment Install SQLite3 and Its Development Packages -------------------------------------------- -<<<<<<< HEAD If you used a package manager to install your Python or if you compiled your Python from source, then you must install SQLite3 and its development packages. If you downloaded your Python as an installer @@ -79,40 +78,24 @@ the next section :ref:`sql_making_a_project`.. If you need to install the SQLite3 packages, then, for example, using the Debian system and apt-get, the command would be the following: -======= -Install SQLite3 and its development packages if you don't already -have them installed. Usually this is via your system's package -manager. On a Debian system, this would be: ->>>>>>> upstream/master .. code-block:: text $ sudo apt-get install libsqlite3-dev -<<<<<<< HEAD Change Directory to Your Virtual Python Environment --------------------------------------------------- Change directory to the ``pyramidtut`` directory. **On UNIX:** -======= -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: ->>>>>>> upstream/master .. code-block:: text $ cd pyramidtut -<<<<<<< HEAD **On Windows** ======= -And run this if you are on Windows: ->>>>>>> upstream/master .. code-block:: text |
