From 1aed4e7c15b2c28c76e2c6c7836d79c8af450f30 Mon Sep 17 00:00:00 2001 From: Max Drexler <mndrexler@wisc.edu> Date: Mon, 8 Jul 2024 19:23:44 +0000 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5281f9..adeb639 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,10 @@ There are a couple of ways to get your environment working based on your environ ### Anaconda -Create the environment/install the requirements. +Create the environment/install lib requirements. ```bash -conda create -n {env_name} python={py_version} --file requirements.txt -c conda-forge +conda create -n {env_name} python={py_version} nceplibs-g2c -c conda-forge ``` Replaec {env_name} with the name of your environment, and {py_version} with a version larger than 3.8. @@ -48,6 +48,12 @@ Activate environment. conda activate {env_name} ``` +Install script requirements. + +```bash +pip install -r requirements.txt +``` + ### Virtualenv Check the system python version. -- GitLab