Skip to content

Commit 0a4b48a

Browse files
committed
Remove conda and use Python venv
1 parent c009d50 commit 0a4b48a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The first step is to unzip or download the example project folder into a directo
122122

123123
### <a id="python_example_run"></a>Run example test suite in a console
124124

125-
1. Open Anaconda Prompt and go to the project's folder.
125+
1. Open a Command Prompt and go to the project's folder.
126126
2. Run the following command in the Command Prompt application to create a Python Virtual environment named *http_unittest* for the project.
127127
```
128128
$>python -m venv http_unittest

0 commit comments

Comments
 (0)