You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2022/07/07 11:41:35 UTC

[plc4x] branch develop updated: chore(site): Updated the prerequisites in the documentation to at least python 3.7.

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new a375a1d76 chore(site): Updated the prerequisites in the documentation to at least python 3.7.
a375a1d76 is described below

commit a375a1d766d277f8e9952f925e55b6d6c484d8f2
Author: christoferdutz <ch...@c-ware.de>
AuthorDate: Thu Jul 7 13:41:28 2022 +0200

    chore(site): Updated the prerequisites in the documentation to at least python 3.7.
---
 src/site/asciidoc/developers/preparing/linux.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/site/asciidoc/developers/preparing/linux.adoc b/src/site/asciidoc/developers/preparing/linux.adoc
index bf22f1f26..ae59b9846 100644
--- a/src/site/asciidoc/developers/preparing/linux.adoc
+++ b/src/site/asciidoc/developers/preparing/linux.adoc
@@ -93,11 +93,11 @@ Checking:
 
  python3 --version
 
-If you get a version of 3.3 or higher reported, you probably don't need to do anything.
+If you get a version of 3.7 or higher reported, you probably don't need to do anything.
 
 Apt-based systems:
 
- sudo apt-get install python3 python3-venv
+ sudo apt-get install python3
 
 Yum based systems: