Another home-assistant to core change (#450)

This commit is contained in:
Gerard 2020-04-01 01:37:58 +02:00 committed by GitHub
parent 7f9f4e95a7
commit ff31df7c20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,7 +115,7 @@ Note that `core.git` should be replaced by the name of your fork (default being
## 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
$ python3.7 -m venv venv