Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b04e545

Browse files
committed
1 parent b8e564a commit b04e545

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,9 @@ A python implementation of the UA Parser (https://github.com/ua-parser, formerly
88
##Installing
99

1010
### Install via pip
11-
First, check that you've got the correct dependencies. For example, on Ubuntu:
11+
Just run:
1212
```
13-
$ apt-get install libyaml libyaml-dev python-dev
14-
```
15-
Then, just run:
16-
```
17-
$ pip install pyyaml ua-parser user-agents
13+
$ pip install ua-parse
1814
```
1915

2016
### Manual install

0 commit comments

Comments
 (0)