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
If you're a MAC user, that should already come preinstalled on your machine. Although Python 3 exists, you'll want Python 2 (both of these major versions are being improved in parallel). Python 2.7.10 is the one I've been using on my Mac.
7
7
8
8
If you're a WINDOWS user, [download the latest 2.* version from here](https://www.python.org/downloads/release/python-2710/).
(NOTE: You can download the SeleniumBase repository right from GitHub and skip all the git-related commands. That's probably the fastest way if you want to quickly get a live demo of this tool up and running.)
22
+
Homebrew allows you to install things more easily, such as Git, Chromedriver, and PhantomJS.
(NOTE: You can download the SeleniumBase repository right from GitHub and skip all the git-related commands. That's probably the fastest way if you want to quickly get a live demo of this tool up and running.)
32
+
33
+
MAC-ONLY: (This step only works if you installed Homebrew in the previous step)
34
+
```bash
27
35
brew install git
28
36
```
29
37
30
-
(WINDOWS users: Skip the Homebrew part and [download Git here](http://git-scm.com/download).)
38
+
(WINDOWS users: Skip the Homebrew part and [download Git here](http://git-scm.com/downloads).)
31
39
32
-
####[Virtualenv](http://virtualenv.readthedocs.org/en/latest/) or [Virtualenvwrapper](http://virtualenvwrapper.readthedocs.org/en/latest/)
40
+
### [Virtualenv](http://virtualenv.readthedocs.org/en/latest/) or [Virtualenvwrapper](http://virtualenvwrapper.readthedocs.org/en/latest/)
0 commit comments