From 725f6e896f932e6c357e1ca1adf553efe34a7471 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Mon, 6 Jul 2020 22:36:38 -0400 Subject: [PATCH] Update README.rst --- README.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 411e1d46..ce74bba7 100644 --- a/README.rst +++ b/README.rst @@ -113,9 +113,7 @@ Run the application: auth_service = application.auth_service() photos_service = application.photos_service() - user = users_service.get_user_by_id(uid) - auth_service.authenticate(user, password) - photos_service.upload_photo(user['uid'], photo) + ... if __name__ == '__main__': @@ -130,7 +128,7 @@ on our GitHub: How to install? --------------- -``Dependency Injector`` is available on `PyPi`_: +``Dependency Injector`` is available on `PyPi`_:: pip install dependency-injector