Skip to content

Commit 1429e37

Browse files
committed
Add build wheel script.
1 parent 2d934af commit 1429e37

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build-wheel.sh

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env bash
2+
3+
#eval "$(conda shell.bash hook)"
4+
5+
#conda activate FletcherFiltering
6+
7+
PYTHONPATH="$PYTHONPATH:`pwd`/src:" python setup.py bdist_wheel

0 commit comments

Comments
 (0)