mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-26 17:27:47 +01:00
Add missing "activate venv" instructions (#3026)
Co-authored-by: Jonny Bergdahl <bergdahl@users.noreply.github.com>
This commit is contained in:
parent
fb5ea612b3
commit
d44b4e11fe
@ -340,6 +340,14 @@ This is only possible for ``pip`` installs.
|
||||
git checkout -b my-new-feature
|
||||
cd ..
|
||||
|
||||
The environment is now ready for use, but you need to activate the Python virtual environment
|
||||
every time you are using it.
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
# Activate venv
|
||||
source venv/bin/activate
|
||||
|
||||
Now you can open ESPHome in your IDE of choice (mine is CLion) with the PlatformIO
|
||||
addons (see PlatformIO docs for more info). Then develop the new feature with the
|
||||
guidelines below.
|
||||
|
Loading…
Reference in New Issue
Block a user