/WeatherBot

Primary LanguagePythonOtherNOASSERTION

Setup

  1. Create virtual environment.

    python -m venv venv  
  2. Activate it.

    • On Windows:

      venv\Scripts\activate
    • On MacOS/Linux:

      source venv/bin/activate
  3. Install requirements.

    pip install -r requirements.txt
  4. Create .env file.

    cp .env.example .env

Launch

Docker

Development mode (fast-refresh)

docker compose watch

Production mode

docker compose up --build -d

Default

python main.py