Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8026

Gaming • Re: Racing Game Steering Wheel

$
0
0
Ok if using Bookworm you will need to create a python virtual environment (venv) to pip install the python library.
create the venv with system packages like this:

Code:

mkdir my_projectcd my_projectpython -m venv --system-site-packages envsource env/bin/activate
Now we can pip install things e.g.

Code:

 pip install mpu6050-raspberrypi

Statistics: Posted by neilgl — Sun Oct 13, 2024 8:28 am



Viewing all articles
Browse latest Browse all 8026

Trending Articles