Skip to content
Snippets Groups Projects
Commit 1aed4e7c authored by Max Drexler's avatar Max Drexler
Browse files

Update README.md

parent d1f33362
No related merge requests found
...@@ -34,10 +34,10 @@ There are a couple of ways to get your environment working based on your environ ...@@ -34,10 +34,10 @@ There are a couple of ways to get your environment working based on your environ
### Anaconda ### Anaconda
Create the environment/install the requirements. Create the environment/install lib requirements.
```bash ```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. 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. ...@@ -48,6 +48,12 @@ Activate environment.
conda activate {env_name} conda activate {env_name}
``` ```
Install script requirements.
```bash
pip install -r requirements.txt
```
### Virtualenv ### Virtualenv
Check the system python version. Check the system python version.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment