You need python3 and pip3 support
Using venv:
python3 -m venv arcadenv
source arcadenv/bin/activate
pip3 install -r requirements.txtInstall Tiled editor
You are free to change the virtual environment name (arcadenv, in the example)
but you need to add it on your .gitignore file.
echo my_customized_venv_path >> .gitignorePyCharm CE from JetBrains is the recommended IDE.