Skip to content

Commit

Permalink
CLI: install setup and community dependencies (cohere-ai#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
lusmoura authored and lakshyaag committed May 8, 2024
1 parent afd3ea9 commit 1840776
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ reset-db:
docker compose down
docker volume rm cohere_toolkit_db
setup:
poetry install --only setup --verbose
poetry install --with setup,community --verbose
poetry run python3 src/backend/cli/main.py
lint:
poetry run black .
Expand Down
16 changes: 13 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1840776

Please sign in to comment.