Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 9df45104 authored by Jason Kridner's avatar Jason Kridner
Browse files

use sh? use .

parent c238ffc1
Branches
Tags
1 merge request!175PB2 documentation and UI changes
...@@ -3,6 +3,6 @@ ...@@ -3,6 +3,6 @@
if [ ! -e ./.venv ]; then if [ ! -e ./.venv ]; then
python3 -m venv .venv python3 -m venv .venv
fi fi
source ./.venv/bin/activate . ./.venv/bin/activate
pip install --upgrade pip pip install --upgrade pip
pip install -r requirements.txt pip install -r requirements.txt
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment