summaryrefslogtreecommitdiffstats
path: root/requirements/README.md
diff options
context:
space:
mode:
authorShane McDonald <me@shanemcd.com>2022-11-17 14:18:15 +0100
committerGitHub <noreply@github.com>2022-11-17 14:18:15 +0100
commiteedd1466433f17dc0bd1fbdc70182d94e401a9dc (patch)
tree9cf12aa3cd1341fe7eecc248adb74f4adaf0f086 /requirements/README.md
parentMerge pull request #13200 from shanemcd/disable-work-signing (diff)
parentmove license directory out of docs (diff)
downloadawx-eedd1466433f17dc0bd1fbdc70182d94e401a9dc.tar.xz
awx-eedd1466433f17dc0bd1fbdc70182d94e401a9dc.zip
Merge pull request #13109 from TheRealHaoLiu/move-licenses
move license directory out of docs
Diffstat (limited to 'requirements/README.md')
-rw-r--r--requirements/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements/README.md b/requirements/README.md
index 9714398c37..db1d897be8 100644
--- a/requirements/README.md
+++ b/requirements/README.md
@@ -32,14 +32,14 @@ You can upgrade (`pip-compile --upgrade`) the dependencies by running
## Licenses and Source Files
If any library has a change to its license with the upgrade, then the license for that library
-inside of `docs/licenses` needs to be updated.
+inside of `licenses` needs to be updated.
For libraries that have source distribution requirements (LGPL as an example),
a tarball of the library is kept along with the license.
To download the PyPI tarball, you can run this command:
```
-pip download <pypi library name> -d docs/licenses/ --no-binary :all: --no-deps
+pip download <pypi library name> -d licenses/ --no-binary :all: --no-deps
```
Make sure to delete the old tarball if it is an upgrade.