From 2d85abf784a3edb4e69f83fb5c9f3fe460d6680d Mon Sep 17 00:00:00 2001 From: Jakub Stasiak Date: Thu, 29 Aug 2013 22:38:50 +0100 Subject: [PATCH] Add PyPI and GitHub links to the readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index e1f0c71..914db61 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,18 @@ That said, a framework for assisting in this process can remove a lot of boiler- While being inspired by Guice, it does not slavishly replicate its API. Providing a Pythonic API trumps faithfulness. +How to get Injector? +-------------------- + +GitHub page: https://github.com/alecthomas/injector + +Injector is also available on PyPI: https://pypi.python.org/pypi/injector. You can install it using pip: + +```python +pip install injector +``` + + Supported Python versions -------------------------