Skip to content

Commit 5b18ce1

Browse files
committed
Clarify Python command guidance
1 parent cf339db commit 5b18ce1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@ cd src
4343
python3 -m pip install -r requirements.txt
4444
```
4545

46+
> Note: On Windows, or inside an activated virtual environment where `python3` is not available, use `python` in the commands below instead.
47+
4648
> Note: Python SDKs older than version 4.1.9 require OpenSSL v1.1. This might not be the default in some newer platforms. In such scenarios, please install the SDK without using the prebuilt wheels
4749
48-
> `python -m pip install couchbase --no-binary couchbase`
50+
> `python3 -m pip install couchbase --no-binary couchbase`
4951
5052
> Refer to the [instructions in the SDK](https://github.com/couchbase/couchbase-python-client#alternative-installation-methods) for more info.
5153

0 commit comments

Comments
 (0)