Skip to content

Commit c021389

Browse files
authored
venv -> .venv (#2765)
1 parent 82a3142 commit c021389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development_environment.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ This will create a virtual environment and install all the necessary requirement
146146
Each time you start a new terminal session, you will need to activate your virtual environment:
147147

148148
```shell
149-
source venv/bin/activate
149+
source .venv/bin/activate
150150
```
151151

152152
After that you can run Home Assistant like this:

0 commit comments

Comments
 (0)