jvde-github / ais2adsb

Simple script to convert AIS NMEA to ADSB basestation format. Main purpose is to plot SAR helicopters in ADSB plotting software like VRS.
GNU General Public License v3.0
13 stars 5 forks source link

fix pip3 installs for Python3.11 #16

Closed kx1t closed 3 months ago

kx1t commented 3 months ago

Python 3.11 works with virtual environments as a default. Since we are installing Python into a container, we need to now specifically allow pip3 to install at the system level rather than into a virtual environment