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
You'll need **[Python](https://www.python.org/downloads/)**[<imgsrc="https://img.shields.io/badge/python-2.7,_3.5,_3.6,_3.7-22AADD.svg"alt="Python versions" />](https://www.python.org/downloads/)
16
16
17
-
Optionally, you may want a [Python virtual environment](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/virtualenv_instructions.md) to isolate Python dependencies between projects.
With Python installed and on your System PATH, you can get the latest ``pip`` with:
22
20
```
23
21
python -m easy_install -U pip
24
22
```
25
23
24
+
### <imgsrc="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo_3a.png"title="SeleniumBase"height="32"> Setup a Virtual Environment (optional):
25
+
26
+
Optionally, you may want to use a **[Python Virtual Environment](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/virtualenv_instructions.md)** to isolate Python dependencies between projects.
0 commit comments