diff --git a/.travis.yml b/.travis.yml index 5897409..ad102d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,5 @@ python: - "3.7" install: - "python setup.py install" - - "pip install -U pip" - - "pip install pyyaml ua-parser" script: - python -m unittest discover diff --git a/README.rst b/README.rst index 18417f4..536babb 100644 --- a/README.rst +++ b/README.rst @@ -27,11 +27,15 @@ as such: :: - pip install pyyaml ua-parser user-agents + pip install user-agents Alternatively, you can also get the latest source code from Github_ and install it manually. +:: + + python setup.py install + .. _Github: https://github.com/selwin/python-user-agents Usage