|
|
há 7 anos atrás | |
|---|---|---|
| .gitignore | há 7 anos atrás | |
| README.md | há 7 anos atrás | |
| admin_console.py | há 7 anos atrás | |
| client_controller.py | há 7 anos atrás | |
| connection.py | há 7 anos atrás | |
| cool_query.py | há 7 anos atrás | |
| create_new_key.py | há 7 anos atrás | |
| create_new_stock.py | há 7 anos atrás | |
| db_setup.py | há 7 anos atrás | |
| game.py | há 7 anos atrás | |
| model.py | há 7 anos atrás | |
| run_client.py | há 7 anos atrás | |
| run_db_setup.py | há 7 anos atrás | |
| run_server.py | há 7 anos atrás | |
| server_controller.py | há 7 anos atrás | |
| util.py | há 7 anos atrás |
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