Changed pip to pip3.

This commit is contained in:
Achim D. Brucker 2017-09-02 00:07:50 +01:00
parent 9ed8f5f926
commit 8af3c99d26
1 changed files with 2 additions and 2 deletions

View File

@ -45,11 +45,11 @@ in the file `requirements.txt`.
## Installation
Clone and use pip to install as a package.
Clone and use pip3 to install as a package.
```shell
git clone git@logicalhacking.com:BrowserSecurity/ExtensionCrawler.git
pip install --user -e ExtensionCrawler
pip3 install --user -e ExtensionCrawler
```
## Team