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 venv
venv to create your new environment (called 'venv' here) -
source venv/bin/activate
to enter the virtual environment -
pip install -r requirements.txt
to install the requirements in the current environment