Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9204549

Browse files
author
Baiju Muthukadan
committed
update virtual env installation in Windows
1 parent 50e128f commit 9204549

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

source/installation.rst

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,29 +48,27 @@ Detailed instructions for Windows users
4848
1. Install Python 2.7 using the `MSI available in python.org download
4949
page <http://www.python.org/download>`_.
5050

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``
5452

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.
5856

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
6058
to the ``C:\seltests`` folder and run the ``virtualenv.py`` script
6159
as given below.
6260

6361
::
6462

6563
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
6866

6967

7068
This step will create a folder named ``C:\seltests\selenv`` which
7169
contains a virtual Python.
7270

73-
4. Use the ``pip`` command as given below to install `selenium`
71+
5. Use the ``pip`` command as given below to install `selenium`
7472

7573
::
7674

0 commit comments

Comments
 (0)