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

General discussion • Re: A GPS program that works?

$
0
0
If you are running Bookworm we usually use a python virtual environment (venv) and then pip install things into that, e.g. gps
Here I have created a venv and activated it:

Code:

pip install gpsLooking in indexes: https://pypi.org/simple, https://www.piwheels.org/simpleCollecting gps  Downloading https://www.piwheels.org/simple/gps/gps-3.19-py3-none-any.whl (24 kB)Installing collected packages: gpsSuccessfully installed gps-3.19
The documentation tells us how to do the venv etc: https://www.raspberrypi.com/documentati ... -using-pip

Statistics: Posted by neilgl — Thu Jan 30, 2025 7:56 pm



Viewing all articles
Browse latest Browse all 2445

Trending Articles