Skip to content
Snippets Groups Projects
Commit 0ecd5b5e authored by David Huss's avatar David Huss :speech_balloon:
Browse files

Added setup_venv.sh

parent c61625a3
Branches master
No related tags found
No related merge requests found
#! /bin/bash
python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment