Skip to content

Commit 9b23054

Browse files
committed
Update installation script to improve sleep durations and enhance user experience
1 parent ada5ad8 commit 9b23054

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

docs/vhs/install.tape

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,12 @@ Set Width 1200
6363
Set Height 600
6464

6565
Type "# Create python virtual environment and install struct" Enter
66-
Type "python3 -m venv .venv" Sleep 2000ms Enter
66+
Type "python3 -m venv .venv" Enter
67+
Sleep 5
6768
Type "source .venv/bin/activate" Enter
68-
Type "pip install git+https://github.com/httpdss/struct.git" Sleep 5000ms Enter
69+
Sleep 5
70+
Type "pip install git+https://github.com/httpdss/struct.git" Enter
71+
Sleep 30
6972
Type "# STRUCT is now installed and ready to use" Enter
7073
Type "struct list" Enter
74+
Sleep 10

0 commit comments

Comments
 (0)