diff options
author | AlanCoding <arominge@redhat.com> | 2016-12-16 19:13:52 +0100 |
---|---|---|
committer | AlanCoding <arominge@redhat.com> | 2016-12-16 19:13:52 +0100 |
commit | 08bdbe6eca1b5b5aeb1d9f47588c5ac7e0e4c19a (patch) | |
tree | 8d119194cb3b9e4d6313c753eea66d3e89a6ace7 /requirements/README.md | |
parent | documentation feedback from pip-complie tool incorporated (diff) | |
download | awx-08bdbe6eca1b5b5aeb1d9f47588c5ac7e0e4c19a.tar.xz awx-08bdbe6eca1b5b5aeb1d9f47588c5ac7e0e4c19a.zip |
general update of requirements
Diffstat (limited to 'requirements/README.md')
-rw-r--r-- | requirements/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/README.md b/requirements/README.md index f5080fadde..4f5478b933 100644 --- a/requirements/README.md +++ b/requirements/README.md @@ -1,4 +1,4 @@ -The requirements.txt and requirements_ansible.txt files are generated from requirements.in and requirements_ansible.in, respectively, using `pip-tools` `pip-compile`. +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 tower_tools container. ``` virtualenv /buildit |