Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 166 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 166 Bytes

#PyconAr Snake

install

sudo apt-get build-dep python-pygame
virtualenv venv
. venv/bin/activate
pip install -r requirements.txt
python main.py