Skip to content

Commit

Permalink
Changed python versions in install doc (PR #2881)
Browse files Browse the repository at this point in the history
# Description

Small documentation improvement

# Self Check:

Strike through any lines that are not applicable (`~~line~~`) then check the box

- [ ] Attached issue to pull request
- [ ] Changelog entry
- [ ] Type annotations are present
- [ ] Code is clear and sufficiently documented
- [ ] No (preventable) type errors (check using make mypy or make mypy-diff)
- [ ] Sufficient test cases (reproduces the bug/tests the requested feature)
- [ ] Correct, in line with design
- [ ] End user documentation is included or an issue is created for end-user documentation (add ref to issue here: )

# Reviewer Checklist:

- [ ] Sufficient test cases (reproduces the bug/tests the requested feature)
- [ ] Code is clear and sufficiently documented
- [ ] Correct, in line with design
  • Loading branch information
inmantaci committed Apr 26, 2021
1 parent 93a262e commit 220c400
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelogs/unreleased/update-install-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
description: Changed python versions in install doc
change-type: patch
destination-branches: [master, iso4]
sections:
bugfix: "{{description}}"
2 changes: 1 addition & 1 deletion docs/install/1-install-server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 220c400

Please sign in to comment.