File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
layout : page
3
- title : " Setup Development Environment"
4
- description : " Setup your environment to start developing for Home Assistant."
3
+ title : " Set up Development Environment"
4
+ description : " Set up your environment to start developing for Home Assistant."
5
5
date : 2014-12-21 13:32
6
6
sidebar : true
7
7
comments : false
@@ -13,15 +13,15 @@ You'll need to set up a development environment if you want to develop a new fea
13
13
14
14
1 . Visit the [ the Home Assistant repository] ( https://github.com/home-assistant/home-assistant ) and click "fork."
15
15
16
- * Consider setting up a virtual environment using [ ` venv ` ] ( https://docs.python.org/3.4/library/venv.html ) before running the setup script.
16
+ * Consider setting up a virtual environment using [ ` venv ` ] ( https://docs.python.org/3.4/library/venv.html ) before running the setup script.
17
17
18
- ``` bash
19
- $ git clone https://github.com/YOUR_GIT_USERNAME/home-assistant.git
20
- $ cd home-assistant
21
- $ git remote add upstream https://github.com/home-assistant/home-assistant.git
22
- $ script/setup
23
- ```
24
- * On Windows, you can use ` python setup.py develop ` instead of the setup script.
18
+ ``` bash
19
+ $ git clone https://github.com/YOUR_GIT_USERNAME/home-assistant.git
20
+ $ cd home-assistant
21
+ $ git remote add upstream https://github.com/home-assistant/home-assistant.git
22
+ $ script/setup
23
+ ```
24
+ * On Windows, you can use ` python setup.py develop` instead of the setup script.
25
25
26
26
2. Run ` hass` to invoke your local installation.
27
27
You can’t perform that action at this time.
0 commit comments