summaryrefslogtreecommitdiffstats
path: root/requirements/README.md
diff options
context:
space:
mode:
authorSarabraj Singh <sarsingh@redhat.com>2021-06-30 20:46:45 +0200
committerSarabraj Singh <sarsingh@redhat.com>2021-06-30 23:10:40 +0200
commit46cd62f3f0af706d454b3ae6b2de107606bd7b95 (patch)
treed213c6f78ef5aa7008a1710939d41eaff4fbf10f /requirements/README.md
parentMerge pull request #10422 from AlanCoding/quay_default (diff)
downloadawx-46cd62f3f0af706d454b3ae6b2de107606bd7b95.tar.xz
awx-46cd62f3f0af706d454b3ae6b2de107606bd7b95.zip
bumped django version to 2.2.20 in devel
Diffstat (limited to 'requirements/README.md')
-rw-r--r--requirements/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/requirements/README.md b/requirements/README.md
index f1a1ac272f..b026c20aa7 100644
--- a/requirements/README.md
+++ b/requirements/README.md
@@ -16,6 +16,12 @@ then run the script:
NOTE: `./updater.sh` uses /usr/bin/python3.6, to match the current python version
(3.6) used to build releases.
+##### Note - watch out for the updater script, using paths local to your machine instead of generalized paths; ie
+```bash
+ # via -r /awx_devel/requirements/requirements.in <-RIGHT
+ # via -r /home/foo/bar/awx/requirements/requirements.in <-WRONG
+```
+
#### Upgrading Unpinned Dependency
If you require a new version of a dependency that does not have a pinned version