mirror of https://github.com/MISP/misp-website
Merge pull request #66 from fukusuket/fix-misp-scraper-install-command
fix: [blog] MISP-scraper installation command(venv activation and pip installation) .pull/68/head
commit
f02d0c6b39
|
@ -70,8 +70,8 @@ To install the scraper, clone the repository from GitHub, setup and activate a P
|
||||||
git clone https://github.com/cudeso/misp-scraper
|
git clone https://github.com/cudeso/misp-scraper
|
||||||
cd misp-scraper
|
cd misp-scraper
|
||||||
virtualenv scraper
|
virtualenv scraper
|
||||||
source scraper/bin/active
|
source scraper/bin/activate
|
||||||
pip install -r requirements
|
pip install -r requirements.txt
|
||||||
cp scraper.py.default scraper.py
|
cp scraper.py.default scraper.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue