diff --git a/changelogs/unreleased/update-install-docs.yml b/changelogs/unreleased/update-install-docs.yml new file mode 100644 index 0000000000..a3d3c8e62c --- /dev/null +++ b/changelogs/unreleased/update-install-docs.yml @@ -0,0 +1,6 @@ +--- +description: Changed python versions in install doc +change-type: patch +destination-branches: [master, iso4] +sections: + bugfix: "{{description}}" \ No newline at end of file diff --git a/docs/install/1-install-server.rst b/docs/install/1-install-server.rst index 58a326347d..90276e60ae 100644 --- a/docs/install/1-install-server.rst +++ b/docs/install/1-install-server.rst @@ -4,7 +4,7 @@ Install Inmanta *************** This page explains how to install the Inmanta orchestrator software and setup an orchestration server. Regardless what platform -you installed it on, Inmanta requires at least the latest Python 3.6 or 3.7 and git. +you installed it on, Inmanta requires at least the latest Python 3.6 and git to be installed. .. include:: ./install-server/install-server.inc .. include:: ./install-server/configure-postgres.inc