Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conda env for SWM #3

Open
supreethms1809 opened this issue Feb 21, 2024 · 0 comments
Open

Conda env for SWM #3

supreethms1809 opened this issue Feb 21, 2024 · 0 comments

Comments

@supreethms1809
Copy link
Contributor

supreethms1809 commented Feb 21, 2024

Login to derecho

module load conda
conda create -n py38 python=3.8
conda activate py38
conda install numpy

gt4py example instructions

python3.8 -m venv venv
source venv/bin/activate
git clone [email protected]:ai2cm/shallow_water_demo.git && cd shallow_water_demo
pip install -e "./[plot]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant