Project built in HackJunction 2018
- docker-ce (as provided by docker package repos)
- docker-compose (as provided by PyPI)
Note: In the first time, you must create a docker network for this project called
weather-player
. For doing that, rundocker network create weather-player
via docker-compose
docker-compose up -d --build
Python 3.5+
Usage of virtualenv is recommended for package library / runtime isolation.
To run the server, please execute the following from the root directory:
1. Setup virtual environment
python3 -m venv env
source env/bin/activate
2. Install dependencies
pip3 install -r requirements.txt
3. Run Startup server as python module
python3 -m src
4. Install python3-tk
sudo apt-get install python3-tk
5. Open your browser to here:
http://localhost:8081/
MIT © Weather Player