Installation and examples#
libadalina-core can be installed using pip.
pip install libadalina-core
It is recommended to create a virtual environment before the installation of libadalina-core to avoid conflicts with other packages, for example using venv or conda.
Important
libadalina-core requires a Java Runtime Environment (JRE) installed on your system to run Apache Sedona,
however, if a JAVA_HOME environment variable is not set, libadalina-core will attempt to
download, install and automatically use an OpenJDK 17 distribution in your home directory using the install-jdk package.