Skip to content

Commit 1fba4f9

Browse files
committed
update README
1 parent e2bec78 commit 1fba4f9

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

raspberry_pi_locator/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# raspberry-pi-webscraping
2+
3+
A simple Python script to check popular Raspberry PI-certified shops for availability of Model 4s.
4+
5+
## Setup instructions
6+
7+
Simply install dependencies (ideally in a virtual environment):
8+
9+
```shell
10+
python -m venv venv
11+
source /venv/bin/activate
12+
pip install -r requirements.txt
13+
```
14+
15+
and then run the script:
16+
```shell
17+
python main.py
18+
```
19+
20+
## Output
21+
22+
The script returns formatted terminal output with URL links to the located Raspberry PIs if any were found.
23+
24+
## Author(s)
25+
26+
Nicholas Prieto
File renamed without changes.

raspberry_pi_webscraper/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)