Skip to content

Running locally

bartekl1 edited this page Jan 20, 2024 · 1 revision
  1. A meteo station is required to run the website.

  2. Python 3 is required to run the website.

  3. Clone the repository and go to it.

git clone https://github.com/bartekl1/SwarzedzMeteo.git
cd SwarzedzMeteo
  1. Install required PIP libraries.
pip install -r requirements.txt
  1. Create configuration in configs.json file.

  2. Run app.

  • Windows
py app.py
  • Linux
python3 app.py