You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+11-1
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ GWeatherRouting is an opensource sailing route calculator written in python and:
43
43
44
44
## Installation
45
45
46
-
1. Make sure to have Python >= 3.9 installed and the `pip` package manager.
46
+
1. Make sure to have Python >= 3.8 installed and the `pip` package manager.
47
47
2. Install the following dependencies using your OS package manager (e.g: debian=apt, macos=homebrew) Be aware that some packages have different names with different package managers.
48
48
- gobject-introspection
49
49
- gdal
@@ -56,6 +56,16 @@ GWeatherRouting is an opensource sailing route calculator written in python and:
56
56
- pkg-config
57
57
- eccodes
58
58
59
+
> [!NOTE]
60
+
> Ubuntu uses an old version of GDAL and other libraries; in order to use a never version, use the following commands:
> If you are using a `virtualenv` you need to make symbolic links from the UI libraries to your `venv` folder (this is not needed using system interpreter outside venv).
0 commit comments