summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/pyramid_setup.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/quick_tutorial/pyramid_setup.rst')
-rw-r--r--docs/quick_tutorial/pyramid_setup.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/quick_tutorial/pyramid_setup.rst b/docs/quick_tutorial/pyramid_setup.rst
new file mode 100644
index 000000000..187a25adf
--- /dev/null
+++ b/docs/quick_tutorial/pyramid_setup.rst
@@ -0,0 +1,15 @@
+=============
+Pyramid Setup
+=============
+
+We now have a standard starting point for Python. Getting Pyramid
+installed is easy:
+
+.. code-block:: bash
+
+ $ easy_install pyramid
+
+Our virtual environment now has the Pyramid software available to its
+Python.
+
+.. seealso:: See Also: :ref:`installing_unix`