Skip to content

Commit

Permalink
Add build wheel script.
Browse files Browse the repository at this point in the history
  • Loading branch information
EraYaN committed Jul 4, 2019
1 parent 2d934af commit 1429e37
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build-wheel.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash

#eval "$(conda shell.bash hook)"

#conda activate FletcherFiltering

PYTHONPATH="$PYTHONPATH:`pwd`/src:" python setup.py bdist_wheel

0 comments on commit 1429e37

Please sign in to comment.