Make a simpler installer script
This commit is contained in:
8
resources/ci/common/local_install.py
Normal file
8
resources/ci/common/local_install.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import install
|
||||
import get_get_pip
|
||||
|
||||
# get & install pip
|
||||
get_get_pip.get_get_pip()
|
||||
|
||||
# run installer
|
||||
install.run_install()
|
||||
Reference in New Issue
Block a user