Skip to content

Commit

Permalink
fix pywebio dev install link
Browse files Browse the repository at this point in the history
  • Loading branch information
wang0618 committed Apr 2, 2023
1 parent 90f64da commit 078908c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywebio/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ def check_webio_js():
* Manually build the pywebio.js file. See `webiojs/README.md` for more info.
OR
* Use the following command to install the latest development version of PyWebIO:
pip3 install -U https://code.aliyun.com/wang0618/pywebio/repository/archive.zip
pip3 install -U https://github.com/pywebio/PyWebIO/archive/dev-release.zip
""".strip()
raise RuntimeError(error_msg)

Expand Down

0 comments on commit 078908c

Please sign in to comment.