
# Quick install

## Windows

To install OpenLog, execute the following steps:

1. go to `Plugins` -> `Manage and Install Plugins` -> `All`
2. search for "OpenLog"
3. hit `Install Plugin`.
4. follow the [OpenLog Premium installation](https://geolandia.gitlab.io/openlog/openlog-documentation/usage/premium_manual.html#in-app-interface) procedure if required

## Linux

1. Run the following:

   ```bash
   sudo apt-get install python3 python3-pip
   ```

   ```bash
   pip install --no-deps --force-reinstall --break-system-packages -U chevron "sqlalchemy>=1.4,<2.0" "GeoAlchemy2>=0.13.3,<0.14" "pyqtgraph>=0.13.3" "xplordb==0.13.8" "pint>=0.24.4" pluggy py-machineid mplstereonet flexparser flexcache typing-extensions platformdirs
   ```
   In case the command above does not fully cover the dependencies, refer to the [req file](https://gitlab.com/geolandia/openlog/openlog-qgis-plugin/-/blob/main/requirements/development.txt?ref_type=heads) directly.

2. Activate OpenLog QGIS:
   1. go to `Plugins` -> `Manage and Install Plugins` -> `All`
   2. search for "OpenLog"
   3. hit `Install Plugin`.

3. follow the [OpenLog Premium installation](https://geolandia.gitlab.io/openlog/openlog-documentation/usage/premium_manual.html#in-app-interface) procedure if required   
   