Commit 9f050608 authored by Grant, Josh's avatar Grant, Josh
Browse files

make a few modifications to the install script

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