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 da910d4 commit fd6936eCopy full SHA for fd6936e
docs/Pages/contributing.md
@@ -55,6 +55,7 @@ Run the automated setup script from the project root:
55
56
```bash
57
python3 start_docs.py
58
+# or `python start_docs.py`
59
```
60
61
This script will:
@@ -75,6 +76,7 @@ If you prefer to set up manually without scripts:
75
76
77
# Create virtual environment (only needs to be done once)
78
python3 -m venv venv
79
+ # or `python -m venv venv`
80
81
# Activate virtual environment (do this each time you work)
82
source venv/bin/activate # On Windows: venv\Scripts\activate
0 commit comments