summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabien Catteau <fcatteau@gitlab.com>2019-06-14 12:53:03 +0000
committerFabien Catteau <fcatteau@gitlab.com>2019-06-14 12:53:03 +0000
commit7176d7e3d637f17dde283194019081f7ed39ab5e (patch)
treee8bef8055f73b3f5e86ca2f5fe313700ea11d944
parent24fac3c6ab3dec0a5d2835d9b680b5f10e1d9b80 (diff)
downloadgitlab-ce-ee-12033-doc-lm-python-version-docs.tar.gz
Apply suggestion to doc/user/application_security/license_management/index.mdee-12033-doc-lm-python-version-docs
-rw-r--r--doc/user/application_security/license_management/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/application_security/license_management/index.md b/doc/user/application_security/license_management/index.md
index f823d49aca2..9eca0840914 100644
--- a/doc/user/application_security/license_management/index.md
+++ b/doc/user/application_security/license_management/index.md
@@ -166,7 +166,7 @@ If you still need to run tests during `mvn install`, add `-DskipTests=false` to
`MAVEN_CLI_OPTS`.
### Selecting the version of Python
-
+> [Introduced](https://gitlab.com/gitlab-org/security-products/license-management/merge_requests/36) in GitLab Ultimate 12.0.
License Management uses Python 2.7 and pip 10.0 by default.
If your project requires Python 3, you can switch to Python 3.5 and pip 19.1
by setting the `LM_PYTHON_VERSION` environment variable to `3`.