We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9991e34 + 389f4fb commit 47661bfCopy full SHA for 47661bf
1 file changed
README.rst
@@ -17,6 +17,22 @@ or install with pip:
17
18
``pip install git+https://github.com/mindriot101/ttvfast.git``
19
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
36
37
Usage
38
=====
0 commit comments