From 807807e0acc18da7a30339ada80a3176e8efa036 Mon Sep 17 00:00:00 2001 From: mcbloch Date: Fri, 5 Apr 2019 02:14:30 +0200 Subject: [PATCH] update some wording --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d0bfde..2ada295 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,8 @@ Finally run the webserver with ### Adding dependencies/libraries 1. Add new dependency to the `requirements.in` file -2. Run `pip-compile` to add freeze the dependency in the `requirements.txt` file together with it's own deps -3. Run `pip-sync` to download the library +2. Run `pip-compile` to freeze the dependency into the `requirements.txt` file together with it's own deps +3. Run `pip-sync` to download frozen deps ### Updating dependencies Run `pip-compile --upgrade`