diff --git a/README.md b/README.md index 5975a000..c38fa047 100755 --- a/README.md +++ b/README.md @@ -170,9 +170,9 @@ pip install -e . # Or "pip install ." pip install seleniumbase ``` -> (Add ``--upgrade`` OR ``-U`` to install the latest ``seleniumbase``.) -> (Add ``--force-reinstall`` to also install the latest dependencies.) -> (Use ``pip3`` if multiple versions of Python are installed.) +* (Add ``--upgrade`` OR ``-U`` to upgrade SeleniumBase.) +* (Add ``--force-reinstall`` to upgrade dependencies.) +* (Use ``pip3`` if multiple versions of Python are present.) To upgrade an existing install from PyPI: diff --git a/help_docs/install.md b/help_docs/install.md index 01ffe484..cb246a65 100755 --- a/help_docs/install.md +++ b/help_docs/install.md @@ -43,15 +43,13 @@ pip install git+https://github.com/seleniumbase/SeleniumBase.git@master#egg=sele

pip install can be customized:

-> (Add ``--upgrade`` OR ``-U`` to upgrade an installation.) -> (Add ``--force-reinstall`` to upgrade dependencies.) -> (Add ``--index-url=http://pypi.python.org/simple/`` if blocked by a VPN.) -> (Use ``pip3`` if multiple versions of Python are installed.) +* (Add ``--upgrade`` OR ``-U`` to upgrade SeleniumBase.) +* (Add ``--force-reinstall`` to upgrade dependencies.) +* (Add ``--index-url=http://pypi.python.org/simple/`` if blocked by a VPN.) +* (Use ``pip3`` if multiple versions of Python are present.) (If you're not using a virtual environment, you may need to add --user to your pip command if you're seeing errors during installation.) -------- [](https://github.com/seleniumbase/SeleniumBase/) - -SeleniumBase