mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 12:56:54 +00:00
Correcting some command lines (#3210)
This commit is contained in:
parent
86931b56de
commit
c39d784f6d
@ -19,8 +19,8 @@ Virtualenvs are pretty easy to setup. This example will walk through one method
|
||||
```bash
|
||||
$ sudo apt-get update
|
||||
$ sudo apt-get upgrade
|
||||
$ sudo apt-get install python-pip python3-dev
|
||||
$ sudo pip install --upgrade virtualenv
|
||||
$ sudo apt-get install python3-pip python3-dev
|
||||
$ sudo pip3 install --upgrade virtualenv
|
||||
```
|
||||
|
||||
### {% linkable_title Step 1: Create a Home Assistant user & group %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user