Skip to content

Commit e738dbc

Browse files
committed
Updated doc. Header level increased.
1 parent 6db8bf8 commit e738dbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

help_docs/virtualenv_instructions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### **Step 1**: First install [VirtualEnv](http://virtualenv.readthedocs.org/en/latest/) and [VirtualEnvWrapper](http://virtualenvwrapper.readthedocs.org/en/latest/) (<i>if not installed</i>):
44

5-
### macOS / Linux:
5+
#### macOS / Linux:
66

77
(*Shortcut*: Run "``source virtualenv_install.sh``" from the top-level SeleniumBase folder to perform the following steps.)
88

@@ -15,7 +15,7 @@ export WORKON_HOME=$HOME/.virtualenvs
1515

1616
If you add ``source `which virtualenvwrapper.sh` `` to your local bash file (``~/.bash_profile`` on macOS, or ``~/.bashrc`` on Linux), virtualenvwrapper commands such as ``mkvirtualenv`` will be available whenever you open a new command prompt.
1717

18-
### Windows:
18+
#### Windows:
1919

2020
(*Shortcut*: Run "``virtualenv_install.bat``" from the top-level SeleniumBase folder to perform the following steps.)
2121

@@ -26,7 +26,7 @@ python -m pip install --upgrade virtualenvwrapper-win
2626

2727
### **Step 2**: Now use VirtualEnv or VirtualEnvWrapper to create a virtual environment:
2828

29-
### macOS / Linux / Windows:
29+
#### macOS / Linux / Windows:
3030

3131
```bash
3232
mkvirtualenv seleniumbase

0 commit comments

Comments
 (0)