diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2023-05-07 17:13:41 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2023-05-07 17:55:27 +0530 |
commit | 6abf0a23b61b1893643176c428dc37775f772e57 (patch) | |
tree | aeb083aefff20ed21f3b7a54b0e35a8d2a21a52d | |
parent | 0925a472e1e12c5fe0ade8897f2d6f565f52ac5d (diff) |
README: Fixing typos
-rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -143,32 +143,32 @@ cd opencv-face-detection ``` bash python -m venv .venv ``` -4. Activate the virtual environment. +5. Activate the virtual environment. ``` bash source .venv/bin/activate ``` -5. Install the required Python packages using the "requirements.txt" file. +6. Install the required Python packages using the "requirements.txt" file. ``` bash pip install -r requirements.txt ``` -*Note!* Picamera2 is recommended to install using apt. Hence, till it's stable version is not released it won't be included in requirements.txt. Read more [here](https://pypi.org/project/picamera2/) +**Note!** Picamera2 is recommended to install using apt. Hence, till it's stable version is not released it won't be included in requirements.txt. Read more [here](https://pypi.org/project/picamera2/) Use the following command to install Picamera2 ``` bash sudo apt install -y python3-picamera2 ``` -6. Change to the parent directory of opencv-face-recognition. +7. Change to the parent directory of opencv-face-recognition. ``` bash cd .. ``` -7. Run the "CamTest.py" script. +8. Run the "CamTest.py" script. ``` bash python CamTest.py ``` Once the script starts running, it will use the Camera Module to show the captured frames. -8. Press 'Esc' or 'q' to quit the script. -Press Escape key or qto stop the script when you are done. +9. Press 'Esc' or 'q' to quit the script. +Press Escape key or q to stop the script when you are done. ## 6. Install dependencies and test the LCD1602 LCD Display with I2C |