Skip to content

Commit 9d7335b

Browse files
committed
merged development
2 parents 882bfd5 + 812e820 commit 9d7335b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/node-scraper-external/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Use the same Python environment as `node-scraper`.
99

1010
```bash
1111
cd ~/node-scraper
12+
source venv/bin/activate
1213
pip install -e ./docs/node-scraper-external
1314
```
1415
You should see `ext-nodescraper-plugins` installed in editable mode.
@@ -40,7 +41,6 @@ Add new modules under the **`ext_nodescraper_plugins/`** package. Example layout
4041
/docs/node-scraper-external
4142
├─ pyproject.toml
4243
└─ ext_nodescraper_plugins/
43-
├─ __init__.py
4444
└─ sample/
4545
├─ __init__.py
4646
└─ sample_plugin.py

0 commit comments

Comments
 (0)