update install notes

This commit is contained in:
Vladimir Mandic
2023-04-13 12:00:50 -04:00
parent 09f86be269
commit 0b42e45f8d
4 changed files with 41 additions and 16 deletions
+1
View File
@@ -14,6 +14,7 @@ except ImportError:
commandline_args = os.environ.get('COMMANDLINE_ARGS', "")
sys.argv += shlex.split(commandline_args)
setup.parse_args()
args, _ = cmd_args.parser.parse_known_args()
git = os.environ.get('GIT', "git")
index_url = os.environ.get('INDEX_URL', "")