Skip to content

Commit 46fc318

Browse files
committed
Address installation problems
1 parent 0e02bb3 commit 46fc318

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ before_install:
1010

1111
install:
1212
- pip install -r requirements.txt
13+
- git clone https://github.com/mmorise/World
14+
- mv World/src .
1315
- python setup.py build_ext --inplace
1416

1517
script:

requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
numpy as np
2+
matplotlib
3+
scipy
4+
argparse
5+
cython

0 commit comments

Comments
 (0)