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 8bf9623 commit 7fdac34Copy full SHA for 7fdac34
README.md
@@ -3,6 +3,7 @@
3
**Want to contribute?**
4
5
- Clone this repo
6
+- Install requirements: `pip install -r requirements.txt`
7
- Run the server:
8
- `mkdocs serve`
9
- Specify a port: `mkdocs serve -a localhost:8001`
docs/contributing/development-environment.md
@@ -59,9 +59,14 @@ This will create a Python virtual environment and install various other requirem
59
To use the virtual environment, you need to activate it. This needs to be done for each new terminal session and is
60
done by running:
61
62
+Linux/macOS:
63
```bash
64
source venv/bin/activate
65
```
66
+Windows (PowerShell):
67
+```powershell
68
+venv\Scripts\Activate
69
+```
70
71
## Run `esphome`
72
0 commit comments