Skip to content

Commit

Permalink
add build environment setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Jan 17, 2023
1 parent 6fed955 commit 75384b5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

npm ci --ignore-scripts

python -m venv --clear venv
source venv/bin/activate
pip install --require-hashes --only-binary :all: -r requirements.txt

0 comments on commit 75384b5

Please sign in to comment.