diff options
Diffstat (limited to 'setup_env.bash')
-rw-r--r-- | setup_env.bash | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/setup_env.bash b/setup_env.bash new file mode 100644 index 0000000..d25baa9 --- /dev/null +++ b/setup_env.bash @@ -0,0 +1,3 @@ +python -m venv venv && +. venv/bin/activate && +pip install -r requirements.txt |