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

Add setup venv script

parent 5673b4c3
No related branches found
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