mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-13 12:00:16 +08:00
Removes references to pavement in README.
The project is no longer using paver, so removing old comments.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user