mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-14 04:46:29 +00:00
Another home-assistant to core change (#450)
This commit is contained in:
parent
7f9f4e95a7
commit
ff31df7c20
@ -115,7 +115,7 @@ Note that `core.git` should be replaced by the name of your fork (default being
|
|||||||
|
|
||||||
## Setting up virtual environment
|
## Setting up virtual environment
|
||||||
|
|
||||||
To isolate your environment from the rest of the system, set up a [`venv`](https://docs.python.org/3/library/venv.html). Within the `home-assistant` directory, create and activate your virtual environment.
|
To isolate your environment from the rest of the system, set up a [`venv`](https://docs.python.org/3/library/venv.html). Within the `core` directory, create and activate your virtual environment.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ python3.7 -m venv venv
|
$ python3.7 -m venv venv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user