Skip to content

Commit

Permalink
rename optdeps test -> tests
Browse files Browse the repository at this point in the history
  • Loading branch information
getzze committed Nov 22, 2024
1 parent b55b275 commit 15eeaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Change into the newly created directory and after activating a virtual environme
```console
$ cd subliminal
$ python -m pip install --upgrade pip wheel # PLEASE don't skip this step
$ python -m pip install -e '.[docs,test,dev]' # you can omit `docs` if you are not planning to build docs
$ python -m pip install -e '.[docs,types,tests,dev]' # you can omit `docs` if you are not planning to build docs
```

At this point,
Expand Down

0 comments on commit 15eeaeb

Please sign in to comment.