Geen omschrijving

Eren Yilmaz 6c6ffaf3eb listen on all ip addresses 6 jaren geleden
.gitignore 03cb454842 write about compilation 6 jaren geleden
README.md 6c6ffaf3eb listen on all ip addresses 6 jaren geleden
admin_console.py f3eb6d15bd more fixing trades 6 jaren geleden
client_controller.py 03cb454842 write about compilation 6 jaren geleden
connection.py 92409597b5 change host 6 jaren geleden
cool_query.py f3eb6d15bd more fixing trades 6 jaren geleden
db_setup.py f3eb6d15bd more fixing trades 6 jaren geleden
game.py 03cb454842 write about compilation 6 jaren geleden
model.py 03cb454842 write about compilation 6 jaren geleden
run_client.py 03cb454842 write about compilation 6 jaren geleden
run_db_setup.py f3eb6d15bd more fixing trades 6 jaren geleden
run_server.py 6c6ffaf3eb listen on all ip addresses 6 jaren geleden
server_controller.py 12315684e5 some fixes on trades 6 jaren geleden
util.py 03cb454842 write about compilation 6 jaren geleden

README.md

README

Compilation

The server is intended to be run within a python 3.6 environment on the host specified in connection.py. The client is intended to be compiled with

pyinstaller run_client.py

where pyinstaller can be installed using pip.

On the server you can install the required packages using pip:

pip3 install bottle requests