Installation¶
Kit4DL is available for all operating systems for Python in versions 3.10 and 3.11.
Install from Anaconda¶
conda install -c conda-forge kit4dl
Install from PyPI¶
pip install kit4dl
🧤 Contributing¶
All contributions are welcome. To do so, just clone repository install, and contribute:
git clone https://github.com/opengeokube/kit4dl
cd kit4dl
conda env create -f dev-env.yaml
pip install -e .