Skip to content

Commit 47661bf

Browse files
committed
Merge pull request #2 from petigura/master
Improving installation instructions in the readme
2 parents 9991e34 + 389f4fb commit 47661bf

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,22 @@ or install with pip:
1717

1818
``pip install git+https://github.com/mindriot101/ttvfast.git``
1919

20+
or clone from git::
21+
22+
git clone https://github.com/mindriot101/ttvfast-python.git
23+
cd ttvfast-python
24+
git submodule init
25+
git submodule update # grabs code from TTVFast
26+
27+
then test that everything built properly using::
28+
29+
$ py.test
30+
============================== test session starts ===============================
31+
testing/test_lweiss.py .
32+
testing/test_models.py ...
33+
testing/test_python_api.py ...
34+
testing/test_ttvfast.py ...
35+
2036

2137
Usage
2238
=====

0 commit comments

Comments
 (0)