From 837916cfe47223dad034fe8c6dccce60d9836d68 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 24 Jul 2008 18:57:17 +0000 Subject: Get rid of duplicate info in lxmlgraph tutorial. --- docs/tutorials/lxmlgraph/installation.rst | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 docs/tutorials/lxmlgraph/installation.rst (limited to 'docs/tutorials/lxmlgraph/installation.rst') 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 <> - python run.py - -At that point a URL such as ``http://localhost:5432/folder2/query1`` -should work. - - \ No newline at end of file -- cgit v1.2.3