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: