Skip to content

Commit 51f030a

Browse files
committed
fix readme setup issue
1 parent 0a9c20d commit 51f030a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ The first step is to unzip or download the example project folder into a directo
128128
$>python -m venv http_unittest
129129
```
130130
3. Once the environment is created, activate a virtual environment *http_unittest* environment with this command .
131-
```
132-
$>http_unittest\Script\activate
131+
```bash
132+
$>http_unittest\Scripts\activate
133133
```
134134
4. Run the following command to the dependencies in the *http_unittest* environment
135135
```

0 commit comments

Comments
 (0)