From 9c86f521e9137002fc1e2d91763c85102daa4b29 Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Thu, 21 Nov 2019 15:51:45 -0500 Subject: [PATCH] Add notes for ./upgrade.sh --- requirements/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements/README.md b/requirements/README.md index 579b0b0001..08ccba1567 100644 --- a/requirements/README.md +++ b/requirements/README.md @@ -4,6 +4,8 @@ Run `./updater.sh` command from inside `./requirements` directory of the awx rep Make sure you have `patch, awk, python3, python2, python3-venv, python2-virtualenv, pip2, pip3` installed. +If you are using the development container image, you need to run `dnf install libpq-devel libcurl-devel`. These packages are only installed temporarily in the Dockerfile. + This script will: - Update `requirements.txt` based on `requirements.in`