mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Found numbering problem in this one too - fixed (#1124)
This commit is contained in:
parent
93b097fd9c
commit
f97e42314a
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: "Setup Development Environment"
|
title: "Set up Development Environment"
|
||||||
description: "Setup your environment to start developing for Home Assistant."
|
description: "Set up your environment to start developing for Home Assistant."
|
||||||
date: 2014-12-21 13:32
|
date: 2014-12-21 13:32
|
||||||
sidebar: true
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
@ -13,15 +13,15 @@ You'll need to set up a development environment if you want to develop a new fea
|
|||||||
|
|
||||||
1. Visit the [the Home Assistant repository](https://github.com/home-assistant/home-assistant) and click "fork."
|
1. Visit the [the Home Assistant repository](https://github.com/home-assistant/home-assistant) and click "fork."
|
||||||
|
|
||||||
* Consider setting up a virtual environment using [`venv`](https://docs.python.org/3.4/library/venv.html) before running the setup script.
|
* Consider setting up a virtual environment using [`venv`](https://docs.python.org/3.4/library/venv.html) before running the setup script.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ git clone https://github.com/YOUR_GIT_USERNAME/home-assistant.git
|
$ git clone https://github.com/YOUR_GIT_USERNAME/home-assistant.git
|
||||||
$ cd home-assistant
|
$ cd home-assistant
|
||||||
$ git remote add upstream https://github.com/home-assistant/home-assistant.git
|
$ git remote add upstream https://github.com/home-assistant/home-assistant.git
|
||||||
$ script/setup
|
$ script/setup
|
||||||
```
|
```
|
||||||
* On Windows, you can use `python setup.py develop` instead of the setup script.
|
* On Windows, you can use `python setup.py develop` instead of the setup script.
|
||||||
|
|
||||||
2. Run `hass` to invoke your local installation.
|
2. Run `hass` to invoke your local installation.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user