Skip to content
Snippets Groups Projects
Commit 46af5201 authored by Bing Gong's avatar Bing Gong
Browse files

update env_setup

parent 14b0bbc6
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ python3 -m venv $ENV_DIR ...@@ -22,7 +22,7 @@ python3 -m venv $ENV_DIR
source ${ENV_DIR}/bin/activate source ${ENV_DIR}/bin/activate
source ${ENV_SETUP_DIR}/modules.sh source ${ENV_SETUP_DIR}/modules.sh
# Install additional Python packages. # Install additional Python packages.
pip3 install --upgrade pip
pip3 install --ignore-installed -r requirements.txt pip3 install --ignore-installed -r requirements.txt
#pip3 install --user netCDF4 #pip3 install --user netCDF4
#pip3 install --user numpy #pip3 install --user numpy
......
...@@ -3,3 +3,5 @@ opencv-python ...@@ -3,3 +3,5 @@ opencv-python
scipy scipy
scikit-image scikit-image
h5py h5py
pandas
netCDF4
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment