Skip to content

Commit 3076939

Browse files
authored
Update run.sh
1 parent a320852 commit 3076939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
/Users/ammatlala/Library/Python/3.11/bin/virtualenv venv
4+
virtualenv venv
55
source venv/bin/activate
66
pip3 install -r requirements.txt
77
mkdocs serve --strict

0 commit comments

Comments
 (0)