Skip to content

Commit

Permalink
directions for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Aug 14, 2018
1 parent 3a556e7 commit da79c30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ init:
- cmd: set PATH=%PY_DIR%;%PY_DIR%\Scripts;%PATH%
- cmd: set PATH=%MINGW_DIR%;%PATH%

install:
install:
- cmd: pip install numpy
- cmd: python setup.py build_ext --inplace --compiler=mingw32
- pip install -e .[tests]

Expand Down

0 comments on commit da79c30

Please sign in to comment.