README.md 154 Bytes
Newer Older
Deshui Yu's avatar
Deshui Yu committed
1
2
3
4
5
6
7
8
9
10
11
12
13
## Install ##

Install for current user:

    pip install --user -e .

Install for all users:

    pip install -e .

## Test ##

    python setup.py test