From ff31df7c2069c4db53a489112643087dc4b3ec7d Mon Sep 17 00:00:00 2001 From: Gerard Date: Wed, 1 Apr 2020 01:37:58 +0200 Subject: [PATCH] Another home-assistant to core change (#450) --- docs/development_environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development_environment.md b/docs/development_environment.md index 64e702a0..18d3b817 100644 --- a/docs/development_environment.md +++ b/docs/development_environment.md @@ -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