Skip to content

Commit

Permalink
added setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
smroid committed Dec 15, 2024
1 parent bf28543 commit 27436a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

python -m venv .cedar_venv
source .cedar_venv/bin/activate
pip install -e ".[dev,docs,cedar-detect]"

0 comments on commit 27436a8

Please sign in to comment.