sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install python3.11
python3.11 -m pip install loguru aiohttp beautifulsoup4
python3.11 main.py -s "Software design pattern" -e "Software engineering" -dep 3 --debug
This configuration will find the path between the page https://en.wikipedia.org/wiki/Software_design_pattern and https://en.wikipedia.org/wiki/Software_engineering.
Please note that the page names are set as they look on the pages, not in the address bar.