Update component_deps_and_reqs.markdown
This commit is contained in:
parent
f6db975a41
commit
7dbf76c25f
1 changed files with 1 additions and 1 deletions
|
@ -52,5 +52,5 @@ Note: components included in home-assisstant should point to published pypi pack
|
|||
|
||||
For example, the Neato robot vacuum components specifies the v.0.0.5 release on GitHub as a requirement that gets installed as pybotvac version 0.0.5 (`pybotvac==0.0.5`)
|
||||
```python
|
||||
REQUIREMENTS = ['https://github.com/jabesq/pybotvac/archive/v0.0.5.zip'#pybotvac==0.0.5']
|
||||
REQUIREMENTS = ['https://github.com/jabesq/pybotvac/archive/v0.0.5.zip#pybotvac==0.0.5']
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue