From 35616582e833ece9761615e30251419de8591025 Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Mon, 15 Oct 2012 14:44:49 -0400 Subject: [PATCH] Removes references to pavement in README. The project is no longer using paver, so removing old comments. --- README.md | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/README.md b/README.md index a84025cb..192a2fa2 100644 --- a/README.md +++ b/README.md @@ -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: