Skip to content

Commit

Permalink
Update link
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanx749 committed Dec 27, 2023
1 parent 7a5770b commit 1bcf654
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ Linux is preferred. GPU is not required.
pip install -r requirements.txt
```

- Alternatively, to be more specific, use [micromamba](https://mamba.readthedocs.io/en/latest/installation.html) in Linux:
- Alternatively, to be more specific, use [mamba](https://mamba.readthedocs.io/en/latest/) in Linux:

```bash
micromamba env create -p ./envs -f environment.yml
micromamba activate ./envs
mamba env create -p ./envs -f environment.yml
mamba activate ./envs
```

## Usage
Expand Down

0 comments on commit 1bcf654

Please sign in to comment.