Skip to content

Commit 1dc9ed1

Browse files
authored
Reverted some changes that can cause incompatibility on some systems
1 parent 1859c6b commit 1dc9ed1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ It's recommended to create a new virtual environment to install the SDK. You can
4444

4545
```bash
4646
# Create the virtual environment
47-
python -m venv venv
47+
python3 -m venv venv
4848

4949
# Activate the virtual environment in Mac/Linux
50-
source venv/bin/activate
50+
. ./venv/bin/activate
5151

5252
# Or on Windows Command Prompt
5353
venv\Scripts\activate
@@ -1462,10 +1462,10 @@ We recommend working on `vonage-python-sdk` within a virtual environment - below
14621462

14631463
```bash
14641464
# Create the virtual environment
1465-
python -m venv venv
1465+
python3 -m venv venv
14661466

14671467
# Activate the virtual environment in Mac/Linux
1468-
source venv/bin/activate
1468+
. ./venv/bin/activate
14691469

14701470
# Or on Windows Command Prompt
14711471
venv\Scripts\activate

0 commit comments

Comments
 (0)