Skip to content

Commit 117c93f

Browse files
authored
Update the ReadMe
1 parent ed03ac8 commit 117c93f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ brew install chromedriver phantomjs
111111

112112

113113
<a id="seleniumbase_installation"></a>
114-
### **Step 1:** Clone SeleniumBase to your local machine
114+
### **Step 1:** Clone SeleniumBase locally
115115

116116
```bash
117117
git clone https://github.com/seleniumbase/SeleniumBase.git
@@ -121,9 +121,9 @@ cd SeleniumBase
121121
(A Git GUI tool like [SourceTree](http://www.sourcetreeapp.com/) may make things easier.)
122122

123123

124-
### **Step 2:** Create & activate a virtual environment for SeleniumBase
124+
### **Step 2:** Create a virtual environment
125125

126-
If you're not sure how to create a virtual environment, **[follow these instructions](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/virtualenv_instructions.md)** to learn how.
126+
If you're not sure how, **[follow these instructions](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/virtualenv_instructions.md)**. For an overview of virtual environments and why you should use them, **[click here](http://docs.python-guide.org/en/latest/dev/virtualenvs/)**.
127127

128128

129129
### **Step 3:** Install SeleniumBase
@@ -147,7 +147,7 @@ If you wish to use the MySQL functionality with SeleniumBase to store test resul
147147

148148

149149
<a id="seleniumbase_basic_usage"></a>
150-
### **Step 4:** Verify SeleniumBase installation by running the example script
150+
### **Step 4:** Run the example script
151151

152152
**Here's what the example script looks like:**
153153

0 commit comments

Comments
 (0)