Skip to content

Commit

Permalink
explicit drop support for python 3.6 and ubuntu 18.04 in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmorat committed Mar 5, 2024
1 parent 29f8a7e commit 773c037
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ There are 3 pipelines available:
== Installation

It can be installed using docker, pip or from manually from source code.
After installing python (>=3.6) and COLMAP (>=3.6), this toolbox can be installed with:
After installing python (>=3.8) and COLMAP (>=3.6), this toolbox can be installed with:

[source,bash]
----
Expand Down
6 changes: 3 additions & 3 deletions doc/installation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ docker build --tag kapture/kapture-localization .

Requirements:

- python >= 3.6 + python3-pip
- COLMAP >= 3.6
- python (>=3.8) + python3-pip
- COLMAP (>=3.6)

=== linux (Ubuntu 18.04 LTS)
=== linux (Ubuntu 20.04 LTS)

kapture-localization requires a recent version of COLMAP (>=3.6).
Unfortunately, `apt-get` in Ubuntu 18.04 will install COLMAP 3.4.
Expand Down

0 comments on commit 773c037

Please sign in to comment.