CODE WITH ME: Python TETRIS Game OOP [PART 1]: https://youtu.be/u-fuaFaHxQM
clone the repository:
git clone <repo>
cd <repo>
install virtualenv if you don't already have it:
pip install virtualenv
create a new virtual environment:
virtualenv venv
source venv/bin/activate
install requirements in the venv:
pip install -r requirements.txt