install-geoai
Installation
SKILL.md
Arguments: $@
Step 1 -- Check if geoai is importable
python3 -c "import geoai; print(f'geoai v{geoai.__version__}')"
- Success -> report the version and continue to Step 2 if
--checkor--extraswas passed, otherwise stop. - ImportError -> go to Step 3.
Step 2 -- Check optional dependencies
If --check is present in $@, run a comprehensive dependency check: