fix: pip install from github
This commit is contained in:
parent
081ed1bac1
commit
e9426d6c03
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
source ../../python/3.10.0/build.sh
|
source ../../python/3.10.0/build.sh
|
||||||
python3 -m pip install samarium==0.3.1
|
python3 -m pip install https://github.com/samarium-lang/Samarium/archive/refs/tags/0.3.1.zip
|
||||||
|
|
Loading…
Reference in New Issue