Lego Poker Robot
🚀
Getting started
-
git clone https://github.com/thomsen85/LegoPokerDealer -
cd LegoPokerDealer -
pip install virtualenv(if you don't already have virtualenv installed) -
virtualenv venvvenv to create your new environment (called 'venv' here) -
source venv/bin/activateto enter the virtual environment -
pip install -r requirements.txtto install the requirements in the current environment