laforge has submitted this change. ( https://gerrit.osmocom.org/c/python/pyosmocom/+/41380?usp=email )
Change subject: README: mention the pypi package ......................................................................
README: mention the pypi package
Make it easy for users to verify that the pyosmocom project from pypi comes from the maintainers of this repository by clicking the URL and finding the "pip install pyosmocom" line in the README.
Change-Id: Iac6fcbc1b5f0caa4cf63de5b8effe46d731080bc --- M README.md 1 file changed, 6 insertions(+), 0 deletions(-)
Approvals: laforge: Looks good to me, approved pespin: Looks good to me, but someone else must approve fixeria: Looks good to me, approved Jenkins Builder: Verified
diff --git a/README.md b/README.md index 1d98601..c97a8ac 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,9 @@ * utilities for common problems found in mobile communications * TLV parsers/encoders * helpers for 'construct' based encoders/decoders + +Releases get published to [pypi](https://pypi.org/project/pyosmocom/) and can +be installed with: +``` +$ pip install pyosmocom +```