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

update env_setup

parent 14b0bbc6
Branches master
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ python3 -m venv $ENV_DIR
source ${ENV_DIR}/bin/activate
source ${ENV_SETUP_DIR}/modules.sh
# Install additional Python packages.
pip3 install --upgrade pip
pip3 install --ignore-installed -r requirements.txt
#pip3 install --user netCDF4
#pip3 install --user numpy
......
......@@ -3,3 +3,5 @@ opencv-python
scipy
scikit-image
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