... | @@ -176,7 +176,7 @@ And with some other environment management tools: |
... | @@ -176,7 +176,7 @@ And with some other environment management tools: |
|
- environment with dependencies downloaded:
|
|
- environment with dependencies downloaded:
|
|
|
|
|
|
```bash
|
|
```bash
|
|
mamba create env --file environment.yml
|
|
mamba create -n my_env --file environment.yml
|
|
mamba activate my_env
|
|
mamba activate my_env
|
|
```
|
|
```
|
|
|
|
|
... | | ... | |