This repository uses climate change scientific papers and Reddit conversations to summarize research and public concerns around climate change for policymakers.
- Python version:
^3.11
- Poetry
- Go into the base directory of the repository and type
poetry shell
into the terminal. - Use the
make run
command.
- Any modules should be added via the
poetry add [module]
command.- Example:
poetry add black
- Example:
make lint
: Runspre-commit
.make test
: Runs test cases in thetest
directory.make run
: Runs themain
function in theproject
folder.make
: Runslint
and adds poetry requirements torequirements.txt