Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,14 @@ Installation

Install this package in the usual way,

python setup.py install
python -m pip install .

# to install test packages
python -m pip install '.[test]'

The test suite can be run by:

python setup.py test
pytest

There are a couple of sample scripts, described briefly below.

Expand Down