Skip to content

Commit

Permalink
refactor: update data build scripts to use poetry (#77) (#78)
Browse files Browse the repository at this point in the history
build: use poetry for dependency management (#77)
  • Loading branch information
NoopDog authored Nov 20, 2024
1 parent fc082da commit 9eb98ff
Show file tree
Hide file tree
Showing 6 changed files with 440 additions and 1 deletion.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ build
node_modules

# python
.venv/
venv
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.10.14
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,12 @@ Once the server is running, visit [localhost:3000](localhost:3000) to view the E

## Building the Catalog Files

To rebuild the catalog files see [catalog-build/README.md](catalog-build/README.md)
To rebuild the catalog files you will need the prerequisites installed

1. pyenv
2. poetry

Run `setup_poetry_pyenv.sh` in the project root directory to setup the virtual environment.


see [catalog-build/README.md](catalog-build/README.md)
Loading

0 comments on commit 9eb98ff

Please sign in to comment.