Skip to content

Commit a691b22

Browse files
committed
Update the ReadMe
1 parent 48c26fa commit a691b22

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,24 +88,22 @@ cd SeleniumBase
8888

8989
If you're installing SeleniumBase from a cloned copy on your machine, use:
9090
```
91-
pip install -r requirements.txt
91+
pip install -U -r requirements.txt
9292
9393
python setup.py develop
9494
```
9595

9696
If you're installing SeleniumBase from the [Python Package Index](https://pypi.python.org/pypi/seleniumbase), use:
9797
```bash
98-
pip install seleniumbase
98+
pip install -U seleniumbase
9999
```
100100

101101
If you're installing SeleniumBase directly from GitHub, use:
102102
```bash
103-
pip install -e git+https://github.com/seleniumbase/SeleniumBase.git@master#egg=seleniumbase
103+
pip install -U -e git+https://github.com/seleniumbase/SeleniumBase.git@master#egg=seleniumbase
104104
```
105105

106-
(If you already have an older version installed, you may want to add ``--upgrade`` to your ``pip`` command to update existing Python packages. If you're not using a virtual environment, you may need to add ``--user`` to your ``pip`` command if you're getting errors during installation.)
107-
108-
(If you want to use Python 3.x instead of Python 2.7, use ``pip3`` in place of ``pip`` and ``python3`` in place of ``python``.)
106+
(If you encounter permission errors during installation while not using a virtual environment, you may need to add ``--user`` to your ``pip`` command.)
109107

110108

111109
<a id="seleniumbase_basic_usage"></a>

0 commit comments

Comments
 (0)