Skip to content

Commit 694428f

Browse files
committed
Slight aligment fix
1 parent 6a3fad8 commit 694428f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [ ! -d "venv" ]; then
55
python3 -m venv venv || { echo "Failed to create venv. Try: sudo apt install python3-venv"; exit 1; }
66
fi
77

8-
# Activate venv
8+
# Activate the desired venv
99
source venv/bin/activate
1010

1111
# Install package

0 commit comments

Comments
 (0)