diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 0752835..e4e9979 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -43,3 +43,21 @@ The part ``pip install --no-deps -r requirements-without-deps.txt`` is necessary **Power/fuel consumption framework** In order to get high-quality results, a suitable power/fuel modelling framework should be used as it is the core of any weather routing optimization. Please check the respective section of our documentation for more information as the installation of dedicated software might be necessary for your application. + +## What to Do After Installation + +After completing the installation steps above, you can verify that the +WeatherRoutingTool is installed correctly and start exploring its functionality. + +### Verify the Installation + +Make sure your virtual environment is activated, then run: + +```bash +python -m WeatherRoutingTool.cli --help + +If the installation was successful, this command will display the available +command-line options. +If example scripts are available, you can run one to ensure everything works: + +python examples/basic_example.py