Convert your English BIP39 mnemonic into a 25-word Monero mnemonic according to the SLIP-0010 standard.
python python-poetry
python3 python3-pip python3-venv libpython<ver>-dev
Substitute your python version, 3.9 or newer should be fine. The packaged version of poetry is too old, so it needs to be installed via pip.
python3 -m venv .venv
source .venv/bin/activate
pip install poetry # for debian-based systems
poetry install