10 lines
131 B
Bash
10 lines
131 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
# get Python source
|
||
|
source ../../python/3.9.4/build.sh
|
||
|
|
||
|
# And install the package
|
||
|
|
||
|
pip install vyxal==2.17.0
|
||
|
|