fix MISP-scraper installation command.

pull/66/head
fukusuket 2022-09-07 06:03:25 +09:00
parent a5f17467ee
commit e37f281c19
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
```