This content originally appeared on DEV Community and was authored by Youngjoon Won
$ mkdir ~/venv
$ python3.11 -m venv ~/venv/py3-11
$ source ~/venv/py3-11/bin/activate
$ python3.11 -m pip install arcade
$ deactivate
This content originally appeared on DEV Community and was authored by Youngjoon Won