Skip to content

Latest commit

 

History

History
24 lines (11 loc) · 367 Bytes

README.md

File metadata and controls

24 lines (11 loc) · 367 Bytes

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