Skip to content

Commit

Permalink
add clone instructions for the test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
csyhuang committed Nov 21, 2017
1 parent 7c8944a commit d79ee7a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ git clone https://github.com/csyhuang/hn2016_falwa.git
cd hn2016_falwa
python setup.py install
```
Bugs have been fixed since the release. To clone the version with bug fixed (on *test* branch):
```
git clone -b test https://github.com/csyhuang/hn2016_falwa.git
```
Changes will be merged in the next updated version.

There are two interfaces for this library. One is the **developer interface**; the other is the **object-oriented
interface**, which is a wrapper for the basis functions in the developer interface.
Expand Down

0 comments on commit d79ee7a

Please sign in to comment.