- Install apt packages
sudo apt install python3-pip python3-venv cmake build-essential
- Install poetry
git clone https://github.com/immortalwrt/opde.git && code opde
- Setup python virtual env
python3 -m venv .venv && poetry install
sudo apt install python3-pip python3-venv cmake build-essential
git clone https://github.com/immortalwrt/opde.git && code opde
python3 -m venv .venv && poetry install