1. Installation
1.1. Standalone Windows installer
A standalone installer for windows is available at TODO This allows for a simple and fast installation but may require more disk space and does not allow to add additional python libraries for custom plugins.
1.2. From PyPi
Install directly from the python package index using pip. TODO link to explorer on pypi. It is highly recommended to use virtual environments, which isolate the installed packages from the system packages.
pip install esibd-explorer
Run the program using:
python -m esibd.explorer
1.3. From source (Miniconda)
Download the source from Go to the setup folder and run create_env.bat to install all dependencies. Later, update_env.bat can be used to update dependencies. Start the program using start.bat. If desired, you can add a shortcut to start.bat to the start menu.
1.4. From source (other)
Instead of using Miniconda you can create an environment with any other python package manager of your choice and install the packages defined in esibd.yml independently. Refer to the installation instructions specific to your package manager, then follow instructions above to run ESIBD Explorer.