diff --git a/README.md b/README.md index bd065ab..e9eff51 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,14 @@ sudo python setup.py install or with pip (recommended) +- local ``` pip install -e /path/to/repository/python ``` +- latest version from git +``` +pip install -e git+https://github.com/openskynetwork/opensky-api.git#"egg=opensky-api&subdirectory=python" +``` ### Usage