From 75ac12ddb4a0c1aca80319f3ffa4c11ab14291e0 Mon Sep 17 00:00:00 2001 From: AdityaGarg00 <61191738+AdityaGarg00@users.noreply.github.com> Date: Tue, 27 Jul 2021 09:19:01 +0530 Subject: [PATCH] Update pi.md The Paragraph I deleted was pre-explained in line no 52 --- 1-getting-started/lessons/1-introduction-to-iot/pi.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/1-getting-started/lessons/1-introduction-to-iot/pi.md b/1-getting-started/lessons/1-introduction-to-iot/pi.md index d9758603..a668a658 100644 --- a/1-getting-started/lessons/1-introduction-to-iot/pi.md +++ b/1-getting-started/lessons/1-introduction-to-iot/pi.md @@ -163,8 +163,6 @@ Configure the installed Pi software and install the Grove libraries. curl -sL https://github.com/Seeed-Studio/grove.py/raw/master/install.sh | sudo bash -s - ``` - One of the powerful features of Python is the ability to install [pip packages](https://pypi.org) - these are packages of code written by other people and published to the Internet. You can install a pip package onto your computer with one command, then use that package in your code. This Grove install script will install the pip packages you will use to work with the Grove hardware from Python. - 1. Reboot the Pi by running the following command: ```sh