Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/smroid/cedar-solve
Browse files Browse the repository at this point in the history
  • Loading branch information
smroid committed Dec 25, 2024
2 parents 7b621f2 + 27436a8 commit a3220ce
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 a3220ce

Please sign in to comment.