Anacostia DC Air pollution and water warning system
Install pipx using Homebrew on macOS:
brew install pipx
pipx ensurepath
sudo pipx ensurepath --global
Install pipx via Scoop on Windows:
scoop install pipx
pipx ensurepath
Install Poetry using pipx:
pipx install poetry
Lock dependencies and install them with Poetry:
poetry lock --no-update
poetry install
Execute the application using Poetry:
poetry run python src/start.py
In the notebooks
directory, create .ipynb
files that can utilize requirements.txt
to install dependencies.