Removes references to pavement in README.

The project is no longer using paver, so removing old comments.
This commit is contained in:
Eddie Hebert
2012-10-15 14:44:49 -04:00
parent 97df95a441
commit 35616582e8
-22
View File
@@ -26,28 +26,6 @@ To run tests::
$ nosetests
To build documentation::
$ paver apidocs html
# outputs to docs/_build/html
For an interactive shell::
$ paver ishell
For coverage information::
$ paver coverage
# outputs to cover/index.html
For line count::
$ paver sloccount
For building distributable egg::
$ paver bdist_egg
Tooling hints
================
QBT relies heavily on scientific python components (numpy, scikit, pandas, matplotlib, ipython, etc). Tooling up can be a pain, and it often involves managing a configuration including your OS, c/c++/fortran compilers, python version, and versions of numerous modules. I've found the following tools absolutely indispensable: