Skip to content

Commit 9445360

Browse files
committed
Update the ReadMe
1 parent 9cf8554 commit 9445360

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,19 @@ pip install seleniumbase
3030
* Add ``--upgrade`` to upgrade an existing installation.
3131
* Add ``--force-reinstall`` for a clean install.
3232

33-
You can also install SeleniumBase from a ``git clone``:
33+
You can also install seleniumbase from a ``git clone``:
3434
```bash
3535
git clone https://github.com/seleniumbase/SeleniumBase.git
3636
cd SeleniumBase
37+
pip install -e .
38+
```
39+
40+
To install dependancies separately from seleniumbase:
41+
(From the ``SeleniumBase`` folder:)
42+
```bash
3743
pip install -r requirements.txt
3844
python setup.py develop
3945
```
40-
* "``pip install -e .``" also works from the top-level SeleniumBase folder.
4146

4247
You can also install a specific GitHub branch of SeleniumBase:
4348
```bash

0 commit comments

Comments
 (0)