From 5361e017a2e3fa832aacebd9b6f30d1ffc6ed6fe Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Sun, 7 Aug 2022 11:30:27 -0400 Subject: [PATCH] Update the documentation --- README.md | 6 +++--- help_docs/install.md | 10 ++++------ 2 files changed, 7 insertions(+), 9 deletions(-) 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