Skip to content

Commit

Permalink
Merge pull request #32 from Anavelyz/fix-command-to-create-environment
Browse files Browse the repository at this point in the history
Fix command to create environment with conda
  • Loading branch information
effigies authored Jan 23, 2024
2 parents fde8db0 + 10cc2c0 commit 1c66b16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ pip install -r requirements.txt
or

```bash
conda create -f environment.yml
conda activate projects
conda env create -f environment.yml
conda activate project
```

Then, run
Expand Down

0 comments on commit 1c66b16

Please sign in to comment.