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
+3-1
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,9 @@ GWeatherRouting is an opensource sailing route calculator written in python and:
56
56
- pkg-config
57
57
- eccodes
58
58
59
-
Note: 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).
59
+
> [!NOTE]
60
+
> 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).
61
+
60
62
3. install the required python modules with ```pip install -r requirements.txt```
61
63
4. Then checkout the repository and run: ```python setup.py install```
62
64
5. Start the software running: ```gweatherrouting```
0 commit comments