Skip to content

Commit

Permalink
decoration
Browse files Browse the repository at this point in the history
  • Loading branch information
huntzhan committed Feb 28, 2022
1 parent 02d25b1 commit 91638cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ OUTPUT
pip install pywhlobf
# 或者,基于 Cython 3.0 prerelease
pip install pywhlobf[cython3]
pip install 'pywhlobf[cython3]'
pywhlobf -- --help
```
Expand Down
2 changes: 1 addition & 1 deletion dockerfile/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ for PYTHON_ABI in "${PYTHON_ABIS[@]}" ; do
if [ "$PYWHLOBF_CYTHON3" = 'no' ] ; then
"$PIP_FILE" install --no-cache-dir pywhlobf=="$PYWHLOBF_VERSION"
elif [ "$PYWHLOBF_CYTHON3" = 'yes' ] ; then
"$PIP_FILE" install --no-cache-dir pywhlobf[cython3]=="$PYWHLOBF_VERSION"
"$PIP_FILE" install --no-cache-dir 'pywhlobf[cython3]'=="$PYWHLOBF_VERSION"
else
exit 1
fi
Expand Down

0 comments on commit 91638cb

Please sign in to comment.