From 88156ae02d53826eda8cd69a0ab0072e6cf5830e Mon Sep 17 00:00:00 2001 From: Zhengyu Peng Date: Fri, 7 Jan 2022 15:33:09 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1f1c737..30f16e5 100644 --- a/README.md +++ b/README.md @@ -131,19 +131,19 @@ Raspberry Pi is running [`Raspberry Pi OS`](https://www.raspberrypi.com/software - Enable `I2C` by using ``` bash - sudo raspi-config +sudo raspi-config ``` - Install required packages ``` bash - sudo apt-get install python3-numpy python3-pip +sudo apt-get install python3-numpy python3-pip ``` - Install required Python modules ``` bash - pip3 install adafruit-circuitpython-servokit +pip3 install adafruit-circuitpython-servokit ``` > Tips: It is convenient to debug code on Raspberry Pi through VSCode's remote feature. @@ -153,7 +153,7 @@ Raspberry Pi is running [`Raspberry Pi OS`](https://www.raspberrypi.com/software The hexapod program, located under `./software/raspberry pi/` is written in Python. Use the following command to start it manually. ``` bash - python3 hexapod.py +python3 hexapod.py ``` ### PC