Dependency for elasticsearch + Updates to docs

This commit is contained in:
Spencer Strickland
2023-10-25 10:40:52 -05:00
parent 605213a228
commit dbcc42c73f
4 changed files with 10 additions and 1 deletions

View File

@@ -6,4 +6,4 @@
1. Add the package to `requirements.in`
1. Run `just pip-compile`, which will add the dependency to `requirements.txt`
1. Run `just rebuild` to rebuild your Docker image to include the new dependencies
2. Run `just up` and continue with development
2. Run `docker compose up` and continue with development