Skip to content

Commit c07c6f0

Browse files
Update dev installation to allow for e.g. Zsh (#136)
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.
1 parent 2fecd9e commit c07c6f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ PRs are welcomed as always :)
235235

236236
git clone https://github.com/obss/jury.git
237237
cd jury
238-
pip install -e .[dev]
238+
pip install -e ".[dev]"
239239

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

0 commit comments

Comments
 (0)