File tree Expand file tree Collapse file tree 3 files changed +26
-3
lines changed
Expand file tree Collapse file tree 3 files changed +26
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ An alternate approach to get up and running is to use [Github Codespaces](https:
6464### Prerequisites
6565
6666- [ Python 3.12+] ( https://wiki.python.org/moin/BeginnersGuide/Download )
67- - [ UV] ( https://docs.astral.sh/uv/getting-started/installation/ ) for building the project
67+ - [ UV] ( https://docs.astral.sh/uv/getting-started/installation/ ) for building the project and dependency management.
6868- API keys for at least one of the following[ ^ 1 ] :
6969 - [ OpenAI API key] ( https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key )
7070 - [ Mistral API key] ( https://docs.mistral.ai/getting-started/quickstart/ )
@@ -85,7 +85,8 @@ An alternate approach to get up and running is to use [Github Codespaces](https:
8585git clone https://github.com/Civic-Tech-Ballot-Inititiave/Ballot-Initiative.git
8686cd ballot-initiative
8787```
88- [ ^ 2 ] : Optionally you may want to [ fork this repository] ( https://github.com/Civic-Tech-Ballot-Inititiave/Ballot-Initiative/fork )
88+
89+ [ ^ 2 ] : Optionally you may want to [ fork this repository] ( https://github.com/Civic-Tech-Ballot-Inititiave/Ballot-Initiative/fork )
8990
90912 . Create and activate a virtual environment:
9192
@@ -113,7 +114,6 @@ source venv/bin/activate
113114uv run main.py
114115```
115116
116-
1171172 . Upload your files:
118118 - PDF of signed petitions
119119 - Voter records file
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ maintainers = [
1313]
1414license = " MIT"
1515dependencies = [
16+ " dotenv>=0.9.9" ,
1617 " httpx>=0.28.1" ,
1718 " ipywidgets>=8.1.5" ,
1819 " langchain-core>=0.3.51" ,
You can’t perform that action at this time.
0 commit comments