We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e519b94 commit 922e5f9Copy full SHA for 922e5f9
2 files changed
.github/workflows/generate-terminal-gifs.yaml
@@ -34,4 +34,3 @@ jobs:
34
title: Update generated VHS GIF
35
body: This PR updates the generated VHS GIF files.
36
base: main
37
- path: '*.gif'
docs/vhs/install.tape
@@ -63,8 +63,8 @@ Set Width 1200
63
Set Height 600
64
65
Type "# Create python virtual environment and install struct" Enter
66
-Type "python3 -m venv venv" Sleep 500ms Enter
67
-Type "source venv/bin/activate" Enter
+Type "python3 -m venv .venv" Sleep 500ms Enter
+Type "source .venv/bin/activate" Enter
68
Type "pip install git+https://github.com/httpdss/struct.git" Sleep 500ms Enter
69
Type "# STRUCT is now installed and ready to use" Enter
70
Type "struct list" Enter
0 commit comments