Skip to content
This repository was archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
Fix install instructions for machine learning scientists
Browse files Browse the repository at this point in the history
Fix README.md instructions for machine learning scientists, so that the training requirements/dependencies actually get installed.
  • Loading branch information
Ma5onic authored Apr 24, 2024
1 parent 8b42904 commit fc17f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ If you have anaconda installed, you can run from the root of this repository:
conda env update -f environment-cpu.yml # if you don't have GPUs
conda env update -f environment-cuda.yml # if you have GPUs
conda activate demucs
pip install -e .
pip install -e .[dev]
```

This will create a `demucs` environment with all the dependencies installed.
Expand Down

0 comments on commit fc17f8b

Please sign in to comment.