Getting Started with ESPHome 01 - Environment Installation (Getting Started with Xiaobai - a simple installation method)

This article introduces the development environment installation

很多想入门的用户都苦于安装问题,  本篇详细记录了环境安装过程
ps:安装方式有多种 本篇介绍一种 面向小白的一种安装方式(尽量按照步骤慢慢来 , 出错后 建议卸载Python从头再安装一次)

Step 1: Install Python

由于esphome的开发环境是基于Python开发的, 所以开发环境还是必须的,  如果电脑已经安装过Python环境 (以及pip) 可以直接跳过此步骤	

windows user

1> 访问下载地址:
		https://www.python.org/downloads/windows/
2> 选择Python安装包 下载 (如图: 选择 3.x 版本的Python)

insert image description here

3> 安装Python3.x 
	选择下载的包 ->右击 -> 使用管理员安装:
	务必选择添加Path选框

Guess you like

Origin blog.csdn.net/yueyeguzhuo/article/details/117753928