Skip to content

Commit fd6936e

Browse files
committed
Added: 'python' command as an alternative.
1 parent da910d4 commit fd6936e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/Pages/contributing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Run the automated setup script from the project root:
5555

5656
```bash
5757
python3 start_docs.py
58+
# or `python start_docs.py`
5859
```
5960

6061
This script will:
@@ -75,6 +76,7 @@ If you prefer to set up manually without scripts:
7576

7677
# Create virtual environment (only needs to be done once)
7778
python3 -m venv venv
79+
# or `python -m venv venv`
7880

7981
# Activate virtual environment (do this each time you work)
8082
source venv/bin/activate # On Windows: venv\Scripts\activate

0 commit comments

Comments
 (0)