Install latest version of Pybricks library #1045
-
I want to code spike prime in vscode, and i want the library to be up-to-date. I was told to install pybricks library. However, https://pypi.org/project/pybricks/ says that the library has not been updated since december of 2022. So i tried to install the Pybricks-Micropython library directly with the github link and it didn't work. How can i update the library to have access to the latest add, especially the imu |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It defaults to the latest stable version, but you could pick the latest pre-release. (This is from the link you posted.) So instead of installing |
Beta Was this translation helpful? Give feedback.
It defaults to the latest stable version, but you could pick the latest pre-release. (This is from the link you posted.)
So instead of installing
pybricks
, you could installpybricks==3.3.0a4
.