Skip to content

Commit 7fdac34

Browse files
morotsgurkaCopilot
andauthored
Update development env docs for Windows (#57)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8bf9623 commit 7fdac34

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
**Want to contribute?**
44

55
- Clone this repo
6+
- Install requirements: `pip install -r requirements.txt`
67
- Run the server:
78
- `mkdocs serve`
89
- Specify a port: `mkdocs serve -a localhost:8001`

docs/contributing/development-environment.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,14 @@ This will create a Python virtual environment and install various other requirem
5959
To use the virtual environment, you need to activate it. This needs to be done for each new terminal session and is
6060
done by running:
6161

62+
Linux/macOS:
6263
```bash
6364
source venv/bin/activate
6465
```
66+
Windows (PowerShell):
67+
```powershell
68+
venv\Scripts\Activate
69+
```
6570

6671
## Run `esphome`
6772

0 commit comments

Comments
 (0)