Loading src/install.sh +1 −3 Original line number Diff line number Diff line #!/usr/bin/env bash user="Install" key="Lr7QVY2WChLiSQtxfTyz" site="code.ornl.gov/api/v4/projects/10568/packages/pypi/simple" python3 -m pip --no-cache-dir install common \ --index-url "https://$user:$key@$site" --trusted-host code.ornl.gov --index-url "https://$site" --trusted-host code.ornl.gov Loading
src/install.sh +1 −3 Original line number Diff line number Diff line #!/usr/bin/env bash user="Install" key="Lr7QVY2WChLiSQtxfTyz" site="code.ornl.gov/api/v4/projects/10568/packages/pypi/simple" python3 -m pip --no-cache-dir install common \ --index-url "https://$user:$key@$site" --trusted-host code.ornl.gov --index-url "https://$site" --trusted-host code.ornl.gov