fix: use pip3
This commit is contained in:
parent
caf7f7f426
commit
67970e970f
|
@ -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
|
python3 -m pip3 install samarium
|
||||||
|
|
Loading…
Reference in New Issue