summaryrefslogtreecommitdiffstats
path: root/requirements/README.md
diff options
context:
space:
mode:
authorAlanCoding <arominge@redhat.com>2019-11-21 21:51:45 +0100
committerAlanCoding <arominge@redhat.com>2019-11-21 21:52:47 +0100
commit9c86f521e9137002fc1e2d91763c85102daa4b29 (patch)
tree029aaaf6f8a65ef7794772615ce1a1e8a5f6b320 /requirements/README.md
parentMerge pull request #5373 from rooftopcellist/rm_analytics_values (diff)
downloadawx-9c86f521e9137002fc1e2d91763c85102daa4b29.tar.xz
awx-9c86f521e9137002fc1e2d91763c85102daa4b29.zip
Add notes for ./upgrade.sh
Diffstat (limited to 'requirements/README.md')
-rw-r--r--requirements/README.md2
1 files changed, 2 insertions, 0 deletions
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`