File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -48,29 +48,27 @@ Detailed instructions for Windows users
48
48
1. Install Python 2.7 using the `MSI available in python.org download
49
49
page <http://www.python.org/download> `_.
50
50
51
- 2. Create a folder named ``C:\seltests `` and download `virtualenv.py
52
- <https://raw.github.com/pypa/virtualenv/master/virtualenv.py> `_
53
- script into that folder.
51
+ 2. Create a folder named ``C:\seltests ``
54
52
55
- If you have downloaded and saved the program properly, please make
56
- sure `` virtualenv.py `` file exists at this location in your system:
57
- ``C:\seltests\virtualenv.py ``
53
+ 3. Download ` virtualenv
54
+ <https://pypi.python.org/packages/source/v/ virtualenv/virtualenv-1.10.1.tar.gz> `_
55
+ tar ball inside ``C:\seltests `` and extract it.
58
56
59
- 3 . Start a command prompt (using the ``cmd.exe `` program), then change
57
+ 4 . Start a command prompt (using the ``cmd.exe `` program), then change
60
58
to the ``C:\seltests `` folder and run the ``virtualenv.py `` script
61
59
as given below.
62
60
63
61
::
64
62
65
63
C:
66
- cd C:\seltests
67
- C:\Python27\python.exe virtualenv.py selenv
64
+ cd C:\seltests\virtualenv-1.10.1
65
+ C:\Python27\python.exe virtualenv.py C:\seltests\ selenv
68
66
69
67
70
68
This step will create a folder named ``C:\seltests\selenv `` which
71
69
contains a virtual Python.
72
70
73
- 4 . Use the ``pip `` command as given below to install `selenium `
71
+ 5 . Use the ``pip `` command as given below to install `selenium `
74
72
75
73
::
76
74
You can’t perform that action at this time.
0 commit comments