You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h3><code>pip install</code> can be customized:</h3>
45
45
46
-
>(Add ``--upgrade`` OR ``-U`` to upgrade an installation.)
47
-
>(Add ``--force-reinstall`` to upgrade dependencies.)
48
-
>(Add ``--index-url=http://pypi.python.org/simple/`` if blocked by a VPN.)
49
-
>(Use ``pip3`` if multiple versions of Python are installed.)
46
+
* (Add ``--upgrade`` OR ``-U`` to upgrade SeleniumBase.)
47
+
* (Add ``--force-reinstall`` to upgrade dependencies.)
48
+
* (Add ``--index-url=http://pypi.python.org/simple/`` if blocked by a VPN.)
49
+
* (Use ``pip3`` if multiple versions of Python are present.)
50
50
51
51
(If you're not using a virtual environment, you may need to add <code>--user</code> to your <code>pip</code> command if you're seeing errors during installation.)
0 commit comments