upgrade pip and setuptools

This commit is contained in:
AlanCoding
2019-06-11 16:06:50 -04:00
parent 28cc08f215
commit 76ebcf914b
5 changed files with 10 additions and 8 deletions

View File

@@ -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