How do I install OpenSkyApi on my raspberry pi? I have tried quite a few times and looked at a few tutorials and I got error messages from every totorial
First go to https://github.com/openskynetwork/opensky-api and click the code button from the dropdown select “download ZIP”.
Next in the files window go to your downloads folder and right click on “opensky-api-master.zip” select Extract to. Extract the files to “/home/pi”.
Next open your terminal and type “cd /home/pi/opensky-api-master” then click enter/return.
Then type “cd python”.
After that type “python setup.py install” if you get an error message saying you don’t have permission to edit files write “cd /home/pi/opensky-api-master” and hit enter.
OpenSkyApi should now be installed.
(this might not be done well as this is my first time writing an answer)