diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-01-17 00:06:12 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-01-17 00:07:41 -0500 |
| commit | 75384b5e256f3c36b37c49b65119c1c36058175b (patch) | |
| tree | f9b136b30e7455c46cf7ad8435df49ea8e2393ef /setup | |
| parent | 6fed9550030c2f6a0cf4845eea9f4273e6c83c00 (diff) | |
add build environment setup script
Diffstat (limited to 'setup')
| -rwxr-xr-x | setup | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
