File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ It's recommended to create a new virtual environment to install the SDK. You can
44
44
45
45
``` bash
46
46
# Create the virtual environment
47
- python -m venv venv
47
+ python3 -m venv venv
48
48
49
49
# Activate the virtual environment in Mac/Linux
50
- source venv/bin/activate
50
+ . ./ venv/bin/activate
51
51
52
52
# Or on Windows Command Prompt
53
53
venv\S cripts\a ctivate
@@ -1462,10 +1462,10 @@ We recommend working on `vonage-python-sdk` within a virtual environment - below
1462
1462
1463
1463
``` bash
1464
1464
# Create the virtual environment
1465
- python -m venv venv
1465
+ python3 -m venv venv
1466
1466
1467
1467
# Activate the virtual environment in Mac/Linux
1468
- source venv/bin/activate
1468
+ . ./ venv/bin/activate
1469
1469
1470
1470
# Or on Windows Command Prompt
1471
1471
venv\S cripts\a ctivate
You can’t perform that action at this time.
0 commit comments