Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matamadio authored Oct 31, 2023
1 parent f952364 commit 75f9435
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Top-down/parallelization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- Removed the RP_EAI columns for better presentation of the results

# SETUP
We strongly recommend using the mamba package manager.
We strongly recommend using the mamba or conda package manager.

## Using MAMBA (WINDOWS)

Expand Down Expand Up @@ -50,10 +50,6 @@ Updating the environment (e.g., after code updates)
```bash
$ conda update -name CCDR-tools --file Top-down/parallelization/win_env.yml
```
Activate the environment (e.g., after code updates)
```bash
$ activate CCDR-tools
```

## Using CONDA (LINUX)

Expand All @@ -65,7 +61,8 @@ Updating the environment (e.g., after code updates)
```bash
$ conda update -name CCDR-tools --file Top-down/parallelization/linux_env.yml
```
Activate the environment (e.g., after code updates)
-------------
Activate the environment
```bash
$ activate CCDR-tools
```
Expand Down

0 comments on commit 75f9435

Please sign in to comment.