Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matamadio committed Oct 13, 2023
1 parent 2bd6b86 commit 481eb05
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Top-down/parallelization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,33 +15,33 @@ We strongly recommend using the mamba package manager.
Environment creation:

```bash
$ mamba create -n ccdr-tools --file Top-down/notebooks/win_env.yml
$ mamba create -n CCDR-tools --file Top-down/notebooks/win_env.yml
```

Updating the environment spec (e.g., if package version changed or a package is added/removed):

```bash
$ mamba list -n ccdr-tools --explicit > win_env.yml
$ mamba list -n CCDR-tools --explicit > win_env.yml
```

Updating the environment (e.g., after code updates)

```bash
$ mamba update -n ccdr-tools --file Top-down/notebooks/win_env.yml
$ mamba update -n CCDR-tools --file Top-down/notebooks/win_env.yml
```

## Using CONDA

Environment creation:

```bash
$ conda create -name ccdr-tools --file Top-down/notebooks/win_env.yml
$ conda create -name CCDR-tools --file Top-down/notebooks/win_env.yml
```

Updating the environment (e.g., after code updates)

```bash
$ conda update -name ccdr-tools --file Top-down/notebooks/win_env.yml
$ conda update -name CCDR-tools --file Top-down/notebooks/win_env.yml
```

# SCRIPT OVERVIEW
Expand Down

0 comments on commit 481eb05

Please sign in to comment.