Make a simpler installer script

This commit is contained in:
Mike A. Trethewey
2020-11-11 00:08:42 -08:00
parent d3cde6c901
commit 5f2b4041f9
5 changed files with 85 additions and 20 deletions

View 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()