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: docs/getting_started/install-mapclient.rst
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
Install MAP Client
3
3
==================
4
4
5
-
The MAP Client software is a Python application that uses the PySide2 Qt library bindings.
5
+
The MAP Client software is a Python application that uses the PySide6 Qt library bindings.
6
6
7
7
There are three main ways of getting the MAP Client installed on your operating system.
8
8
@@ -14,6 +14,13 @@ The MAP Client relies heavily on plugins to do anything interesting.
14
14
If you `Install Using Pre-Built Binary`_ you get everything you need, however you can only use plugins that have all the dependencies already available to the binary. At this time you cannot add dependencies that a new plugin may or may not require to work.
15
15
If you `Install Using Pip`_ or `Install Using Git`_, you can either create these yourself or add already available ones to your application by downloading them and using the Plugin Manager Tool in the MAP Client, read the documents :ref:`MAP-feature-demonstration` and :ref:`MAP-plugin-wizard` to learn more.
16
16
17
+
MAP Client uses OpenGL to render 3D scenes, so OpenGL support must be available on your system for the application to run correctly.
18
+
On Windows and macOS, OpenGL is typically pre-installed.
19
+
On GNU/Linux systems, you may need to install the necessary OpenGL libraries manually.
20
+
For Ubuntu 22.04, you can install the required packages using the following command::
0 commit comments