File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ cd constraint-tools
88bash install.sh
99bash build-vue-app.sh
1010```
11- Only installation on Linux x86_64 is currently supported.
11+ Only installation on Linux x86_64 is currently supported.
12+ Tested in the Protected Environment of the Center for High Performance Computing (CHPC) at University of Utah.
1213
1314## Quick Start
1415
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ conda_environment="constraint-tools"
3030
3131instruct_to_create_conda_environment_and_activate () {
3232 error " please issue the following commands:"
33+ info " \t[ module load anaconda ]"
3334 info " \tconda create --name ${conda_environment} python=3.9"
3435 info " \tconda activate ${conda_environment} "
3536 error " ... and re-run this script"
@@ -49,7 +50,7 @@ if [[ $CONDA_DEFAULT_ENV != ${conda_environment} ]]; then
4950 instruct_to_create_conda_environment_and_activate
5051fi
5152
52- pip install --requirement ${CONSTRAINT_TOOLS} /install/requirements.txt
53+ pip install --no-cache-dir -- requirement ${CONSTRAINT_TOOLS} /install/requirements.txt
5354
5455# #########################
5556
You can’t perform that action at this time.
0 commit comments