-
Hi, How to install python package from piwheels (not from pypi), I try as follows would u give some suggestion? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
rmartin16
Nov 28, 2024
Replies: 1 comment
-
Try using an equal sign, i.e. More info: #1270 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Jzhenli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try using an equal sign, i.e.
=
, between-i
and the URL.More info: #1270 (comment)