YashasG98 / Multiplayer-Game-Server

A multiplayer game matchmaking server for Snake and Ladders and Connect Four
44 stars 26 forks source link

Update README #24

Closed zdhoward closed 4 years ago

zdhoward commented 4 years ago

Just started playing around with this and noticed that you also need to have libmysqlclient-dev installed to run your pip requirements.

sudo apt install mysql-server should be: sudo apt install mysql-server libmysqlclient-dev

YashasG98 commented 4 years ago

Thank you for pointing this out. This was fixed in dc55227