Skip to content

Commit 655f1e2

Browse files
authored
Update README.md
1 parent 1c0883e commit 655f1e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ git clone https://github.com/couchbase-examples/python-quickstart.git
3737

3838
The dependencies for the application are specified in the `requirements.txt` file in the source folder. Dependencies can be installed through `pip` the default package manager for Python.
3939

40+
> Note: If your Python is not symbolically linked to python3, you need to run all commands using `python3` instead of `python`.
41+
4042
```shell
4143
cd src
4244
python -m pip install -r requirements.txt

0 commit comments

Comments
 (0)