Skip to content

Commit f97e423

Browse files
hillaryfraleyfabaff
authored andcommitted
Found numbering problem in this one too - fixed (home-assistant#1124)
1 parent 93b097f commit f97e423

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

source/developers/development_environment.markdown

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
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."
55
date: 2014-12-21 13:32
66
sidebar: true
77
comments: false
@@ -13,15 +13,15 @@ You'll need to set up a development environment if you want to develop a new fea
1313

1414
1. Visit the [the Home Assistant repository](https://github.com/home-assistant/home-assistant) and click "fork."
1515

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.
1717

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.
2525

2626
2. Run `hass` to invoke your local installation.
2727

0 commit comments

Comments
 (0)