selwin / python-user-agents

A Python library that provides an easy way to identify devices like mobile phones, tablets and their capabilities by parsing (browser) user agent strings.
MIT License
1.43k stars 196 forks source link

Simplify install documentation #95

Open julienc91 opened 4 years ago

julienc91 commented 4 years ago

The README file requested to install all the project's dependencies separately, but this is actually not needed. The dependencies are listed in the setup.py file, and will be automatically installed, whether it is via a pip install user-agents or a python setup.py install.

Tested on a clean virtualenv, with both python2.7 and python3.7.

Note: pyyaml was listed as a dependency, but it looks like it is only a "setup dependency" to ua-parser, and is consequently not a requirement for this project.

selwin commented 3 years ago

Do you mind fixing the merge conflict so I can merge this in?