Skip to content

Commit

Permalink
Update dev installation to allow for e.g. Zsh (#136)
Browse files Browse the repository at this point in the history
Popular shells such as Zsh (used as the default by MacOS) do not allow for the specified syntax. Adding quotations resolves the issue while remaining compatible with bash.
  • Loading branch information
KennethEnevoldsen authored Apr 5, 2024
1 parent 2fecd9e commit c07c6f0
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 @@ -235,7 +235,7 @@ PRs are welcomed as always :)

git clone https://github.com/obss/jury.git
cd jury
pip install -e .[dev]
pip install -e ".[dev]"

Also, you need to install the packages which are available through a git source separately with the following command.
For the folks who are curious about "why?"; a short explaination is that PYPI does not allow indexing a package which
Expand Down

0 comments on commit c07c6f0

Please sign in to comment.