Skip to content

unboagable/DC-South-East-Study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DC South East Study

Anacostia DC Air pollution and water warning system

Getting Started

Installing pipx

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

Installing Poetry

Install Poetry using pipx:

pipx install poetry

Installing Dependencies

Lock dependencies and install them with Poetry:

poetry lock --no-update
poetry install

Running the Application

Execute the application using Poetry:

poetry run python src/start.py

Running Using Notebooks

In the notebooks directory, create .ipynb files that can utilize requirements.txt to install dependencies.

About

Anacostia DC Air pollution and water warning system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published