Skip to content

Commit 93b55eb

Browse files
committed
Update README.md
1 parent 7a43c9e commit 93b55eb

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# wappalyzer-python
2+
![pypi badge](https://badge.fury.io/py/scrapy-streamitem.png)
3+
24
Python wrapper for [Wappalizer](https://wappalyzer.com/) (utility that uncovers the technologies used on websites)
35

46
# How to use it
@@ -68,17 +70,23 @@ Or update them individually:
6870
* [PyV8](https://github.com/okoye/PyV8)
6971
* [lxml](https://github.com/lxml/lxml)
7072

73+
Note for macos users: If you have problems installing PyV8 you can use [PyV8-OS-X](https://github.com/brokenseal/PyV8-OS-X):
74+
```
75+
pip install -e git://github.com/brokenseal/PyV8-OS-X#egg=pyv8
76+
```
77+
7178
# Install
7279

7380
Using setup:
7481

7582
```python
76-
>>> python setup.py install
83+
python setup.py install
7784
```
7885

7986
Using pypi:
8087

8188
```python
82-
>>> pip install wappalyzer-python
89+
pip install wappalyzer-python
8390
```
8491

92+

0 commit comments

Comments
 (0)