summaryrefslogtreecommitdiff
path: root/docs/tutorials/lxmlgraph/installation.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-07-24 18:57:17 +0000
committerChris McDonough <chrism@agendaless.com>2008-07-24 18:57:17 +0000
commit837916cfe47223dad034fe8c6dccce60d9836d68 (patch)
tree2af893fd33aa88cc52c34e4b22c53cb9cadca140 /docs/tutorials/lxmlgraph/installation.rst
parent1f884ec7a1e01a2bfd635c3dc6a13ca76e0d0e8d (diff)
downloadpyramid-837916cfe47223dad034fe8c6dccce60d9836d68.tar.gz
pyramid-837916cfe47223dad034fe8c6dccce60d9836d68.tar.bz2
pyramid-837916cfe47223dad034fe8c6dccce60d9836d68.zip
Get rid of duplicate info in lxmlgraph tutorial.
Diffstat (limited to 'docs/tutorials/lxmlgraph/installation.rst')
-rw-r--r--docs/tutorials/lxmlgraph/installation.rst22
1 files changed, 0 insertions, 22 deletions
diff --git a/docs/tutorials/lxmlgraph/installation.rst b/docs/tutorials/lxmlgraph/installation.rst
deleted file mode 100644
index b30c058b8..000000000
--- a/docs/tutorials/lxmlgraph/installation.rst
+++ /dev/null
@@ -1,22 +0,0 @@
-Installation
-=====================
-
-You can get the final form of the demo application, along with all the
-steps along the way, via the miracles of virtualenv, easy_install and Paster
-templates::
-
- $ virtualenv --no-site-packages myapp
- $ cd myapp
- $ source bin/activate
- $ easy_install repoze.lxmlgraph
- $ paster create -t lxmlgraph_project
-
-Answer the questions, then run the demo:
-
- cd <<projectname>>
- python run.py
-
-At that point a URL such as ``http://localhost:5432/folder2/query1``
-should work.
-
- \ No newline at end of file