summaryrefslogtreecommitdiff
path: root/plac/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'plac/README.txt')
-rw-r--r--plac/README.txt58
1 files changed, 0 insertions, 58 deletions
diff --git a/plac/README.txt b/plac/README.txt
deleted file mode 100644
index 989a43d..0000000
--- a/plac/README.txt
+++ /dev/null
@@ -1,58 +0,0 @@
-Installation
--------------
-
-If you are lazy, just perform
-
-::
-
- $ easy_install -U plac
-
-which will install the module on your system (and possibly argparse
-too, if it is not already installed). Notice that Python 3 requires
-the easy_install version of the distribute_ project.
-
-If you prefer to install the full distribution from source, including
-the documentation, download the tarball_, unpack it and run
-
-::
-
- $ python setup.py install
-
-in the main directory, possibly as superuser.
-
-.. _tarball: http://pypi.python.org/pypi/plac
-.. _distribute: http://packages.python.org/distribute/
-
-Testing
---------
-
-Run
-
-::
-
- $ python doc/test_plac.py
-
-or
-
-::
-
- $ nosetests doc
-
-or
-
-::
-
- $ py.test doc
-
-Some tests will fail if sqlalchemy is not installed.
-Run an ``easy_install -U sqlalchemy`` or just ignore them.
-
-Documentation
---------------
-
-The source code and the documentation are hosted on Google code.
-Here is the full documentation in HTML and PDF form:
-
-http://plac.googlecode.com/hg/doc/plac.html
-
-http://plac.googlecode.com/hg/doc/plac.pdf