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
2. Create a folder named ``C:\seltests`` and download `virtualenv.py <https://raw.github.com/pypa/virtualenv/master/virtualenv.py>`_ script into that folder.
50
50
51
-
3. Create a virtual environment (You should be in the directory where the `virtualenv.py` script is downloaded)
51
+
If you have downloaded and saved the program properly, please make sure ``virtualenv.py`` file exists at this location in your system: ``C:\seltests\virtualenv.py``
52
+
53
+
3. Start a command prompt (using the ``cmd.exe`` program), change to the ``C:\seltests`` folder and run the ``virtualenv.py`` script as given below.
52
54
53
55
::
54
56
57
+
C:
58
+
cd C:\seltests
55
59
C:\Python27\python.exe virtualenv.py selenv
56
60
57
61
58
-
This step will create a folder named `selenv` which can be used to install selenium.
62
+
This step will create a folder named ``C:\seltests\selenv`` which contains a virtual Python.
59
63
60
-
4. Install selenium
64
+
4. Use the ``pip`` command as given below to install `selenium`
0 commit comments