diff options
author | AlanCoding <arominge@redhat.com> | 2019-06-11 22:06:50 +0200 |
---|---|---|
committer | AlanCoding <arominge@redhat.com> | 2019-06-13 15:45:18 +0200 |
commit | 76ebcf914b2e29d6b77871ef40761c4f3689e30f (patch) | |
tree | b21a480bd3e79b0ab7fb419be83134ce53dc0533 /requirements/README.md | |
parent | Merge pull request #4033 from mabashian/bootstrap-whitelist-table (diff) | |
download | awx-76ebcf914b2e29d6b77871ef40761c4f3689e30f.tar.xz awx-76ebcf914b2e29d6b77871ef40761c4f3689e30f.zip |
upgrade pip and setuptools
Diffstat (limited to 'requirements/README.md')
-rw-r--r-- | requirements/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements/README.md b/requirements/README.md index 3aeede1db2..29bbad1158 100644 --- a/requirements/README.md +++ b/requirements/README.md @@ -1,6 +1,8 @@ The requirements.txt and requirements_ansible.txt files are generated from requirements.in and requirements_ansible.in, respectively, using `pip-tools` `pip-compile`. The following commands should do this if ran inside the tools_awx container. Run these commands from the root of the awx repo. This will produce python 3 requirements files. +If you do not wish to upgrade dependencies generally (such as adding a specific dependency +needed for a feature) then do not use the `-U` flag. ``` python3 -m venv /buildit |