jprangel / bankrupt

Bankrupt - Monopoly's simplified game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1 - Start the memcached service:

docker run -p 11211:11211 -it memcached:1.5.11-alpine

2 - Clone the project;

3 - Create and activate a virtualenv to separate the projects requirements:

virtualenv -p python3 bankrupt; source bankrupt/bin/activate

4 - Access the bankrupt project and install the requirements via pip:

cd bankrupt/; pip install -r requirements.txt

5 - Run the script using:

python src/main.py

About

Bankrupt - Monopoly's simplified game

License:MIT License


Languages

Language:Python 100.0%