Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify install documentation #95

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

julienc91
Copy link

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.

@julienc91 julienc91 marked this pull request as ready for review October 16, 2019 16:20
@selwin
Copy link
Owner

selwin commented Aug 22, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants