Skip to content

Commit

Permalink
Fix zsh support
Browse files Browse the repository at this point in the history
  • Loading branch information
carlthome committed Dec 12, 2023
1 parent 9c51080 commit ebeec5f
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 @@ -38,7 +38,7 @@ audioscrape.download(
First clone the repo and set it as working directory. Then install the package in development mode (preferably within its own virtual environment):

```sh
pip install -e .[tests]
pip install -e ".[tests]"
```

If you have `direnv` installed, you can run `direnv allow` to automatically create and activate a Python virtual environment when you enter the directory.
Expand Down

0 comments on commit ebeec5f

Please sign in to comment.