Skip to content

Commit f9a3bc7

Browse files
authored
Update README.md
1 parent cf8bdec commit f9a3bc7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ print(result.css("h1")) # "Example Domain"
2727
## Installation
2828

2929
```bash
30-
pip install easyscrape
30+
pip install easyscrape-py
3131

3232
# Optional: JavaScript rendering
33-
pip install easyscrape[browser]
33+
pip install easyscrape-py[browser]
3434
playwright install chromium
3535

3636
# Optional: Data export (Excel, Parquet)
37-
pip install easyscrape[export]
37+
pip install easyscrape-py[export]
3838

3939
# Everything
40-
pip install easyscrape[all]
40+
pip install easyscrape-py[all]
4141
```
4242

4343
## Quick Start
@@ -154,4 +154,4 @@ EasyScrape includes built-in protections:
154154

155155
## License
156156

157-
MIT
157+
MIT

0 commit comments

Comments
 (0)