Skip to content

Commit

Permalink
fix tutorial link
Browse files Browse the repository at this point in the history
  • Loading branch information
Lovmong authored Dec 23, 2024
1 parent b0ea8ae commit 4e748d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Picrawler Python library and examples for Raspberry Pi.

## Links

- Docs: <https://docs.sunfounder.com/projects/picar-x-v20/en/latest>
- Docs: <https://docs.sunfounder.com/projects/pi-crawler/en/latest/>
- Robot Hat: <https://docs.sunfounder.com/projects/robot-hat-v4/en/latest/>
- Forum: <https://forum.sunfounder.com/>
- Sunfounder: <https://www.sunfounder.com/>
Expand All @@ -13,10 +13,10 @@ Picrawler Python library and examples for Raspberry Pi.

> [!Note]
You also need to install robot_hat, vilib, sunfounder_controller and other dependent libraries.\
<https://docs.sunfounder.com/projects/picar-x-v20/en/latest/python/python_start/install_all_modules.html>
<https://docs.sunfounder.com/projects/pi-crawler/en/latest/python/python_start/install_all_modules.html>

```bash
git clone https://github.com/sunfounder/picrawler.git
git clone --depth 1 https://github.com/sunfounder/picrawler.git
cd picrawler
sudo python3 setup.py install

Expand Down

0 comments on commit 4e748d8

Please sign in to comment.