-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The correct pip install command #27
Comments
Thank you! |
Very helpful I would say! :) |
@elver Sorry but this doesn't work with me
|
@kashiwachen |
WARNING: Generating metadata for package python produced metadata for project name opensky-api. Fix your #egg=python fragments. |
Here's how to really install the Python version from git:
pip install -e "git+https://github.com/openskynetwork/opensky-api.git#egg=python&subdirectory=python"
Having this in the docs would be useful :)
The text was updated successfully, but these errors were encountered: