openskynetwork / opensky-api

Python and Java bindings for the OpenSky Network REST API
GNU General Public License v3.0
345 stars 126 forks source link

a better way to install opensky package for python #46

Open mouhsineelachbi opened 2 years ago

mouhsineelachbi commented 2 years ago

The correct way to install opensky packages using pip and according to #634885026 pip install -e "git+https://github.com/openskynetwork/opensky-api.git#egg=python&subdirectory=python"

jonas-eckhardt commented 2 years ago

You can also install it via the following command. This does not require ssh.

pip install https://github.com/openskynetwork/opensky-api/archive/master.zip#subdirectory=python

QwertyZero99 commented 1 year ago

Thx