Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d0c0bb2

Browse files
Merge pull request #5 from 4msha/patch-1
Update README.md
2 parents 68500fb + 9df4f42 commit d0c0bb2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,18 @@ git clone https://github.com/LambdaTest/Python-UnitTest-Selenium.git
2727

2828
Step 2. Next we create and Activate the virtual environment in the Python-UnitTest-Selenium folder.
2929

30+
For Linux/MacOS
3031
```
3132
virtualenv venv
3233
source venv/bin/activate
3334
```
3435

36+
For Windows
37+
```
38+
python -m virtualenv venv
39+
venv\Scripts\activate.bat
40+
```
41+
3542
Step 3. Then install required packages.
3643

3744
```
@@ -49,10 +56,12 @@ export LT_ACCESS_KEY="YOUR ACCESS KEY"
4956
```
5057
<p align="center">
5158
<b>For Windows:</b>
59+
5260
```
5361
set LT_USERNAME="YOUR_USERNAME"
5462
set LT_ACCESS_KEY="YOUR ACCESS KEY"
5563
```
64+
5665
Step 5. To run your first test.
5766
```
5867
python lambdatest_test.py

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /