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
Alexandre Dulaunoy 2022-09-07 06:44:26 +02:00 committed by GitHub
commit f02d0c6b39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
cd misp-scraper
virtualenv scraper
source scraper/bin/active
pip install -r requirements
source scraper/bin/activate
pip install -r requirements.txt
cp scraper.py.default scraper.py
```