mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
commit
014d8668ca
@ -22,12 +22,14 @@ Home Assistant is open-source and MIT licensed. The source can be found here:
|
|||||||
### {% linkable_title Starting development %}
|
### {% linkable_title Starting development %}
|
||||||
|
|
||||||
You will need to setup a development environment if you want to start developing a new feature or
|
You will need to setup a development environment if you want to start developing a new feature or
|
||||||
component for Home Assistant.
|
component for Home Assistant perform theses steps
|
||||||
|
|
||||||
1. Clone the Home Assistant repository:<br>
|
```bash
|
||||||
`git clone https://github.com/balloob/home-assistant.git`
|
cd your_root_folder_project
|
||||||
2. Setup your computer for development:<br>
|
git clone https://github.com/balloob/home-assistant.git
|
||||||
`python3 setup.py develop`
|
cd your_root_folder_project/home-assistant
|
||||||
|
script/setup
|
||||||
|
```
|
||||||
|
|
||||||
After following these steps, running `hass` will invoke your local installation.
|
After following these steps, running `hass` will invoke your local installation.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user