Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 483 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 483 Bytes

Python 3 Starter

/Disclaimer: developed with Python 3.5.2, tested with Python 2.7.10 - not guaranteed to work with other versions/

Instructions

python client.py [optional port]

Recommended Software

Running with Docker

The included Dockerfile will copy and run with python

To build:

docker buildx build -f Dockerfile ./ -t client-python

To run:

docker run -p 9090:9090 client-python