We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 882bfd5 + 812e820 commit 9d7335bCopy full SHA for 9d7335b
docs/node-scraper-external/README.md
@@ -9,6 +9,7 @@ Use the same Python environment as `node-scraper`.
9
10
```bash
11
cd ~/node-scraper
12
+source venv/bin/activate
13
pip install -e ./docs/node-scraper-external
14
```
15
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
40
41
/docs/node-scraper-external
42
├─ pyproject.toml
43
└─ ext_nodescraper_plugins/
- ├─ __init__.py
44
└─ sample/
45
├─ __init__.py
46
└─ sample_plugin.py
0 commit comments