Skip to content

Commit 9a668c1

Browse files
committed
made updates to the markdown based on comments 1
1 parent f2a07e3 commit 9a668c1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

tutorial/markdown/python/streamlit/README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,14 @@ Or you can jave a look at it through this link [Demo App](https://couchbase-conn
3636

3737
## 2. Prerequisites
3838
### System Requirements
39-
- Python 3.10 or higher installed.
40-
- Ensure that the Python version is [compatible](https://docs.couchbase.com/python-sdk/current/project-docs/compatibility.html#python-version-compat) with the Couchbase SDK.
41-
- Couchbase Capella account ([Docs](https://docs.couchbase.com/cloud/get-started/intro.html))
42-
- An operational cluster created in a project
39+
- Ensure you have **Python 3.10 or higher** (check [compatibility](https://docs.couchbase.com/python-sdk/current/project-docs/compatibility.html#python-version-compat) with the Couchbase SDK), a **Couchbase Capella account** ([Docs](https://docs.couchbase.com/cloud/get-started/intro.html)), and an **operational cluster** created in a project.
4340
- Configured cluster access permissions and allowed IP addresses ([Docs](https://docs.couchbase.com/cloud/get-started/connect.html#prerequisites))
4441
- Connection string obtained from Couchbase Capella
4542

4643
### Installing Dependencies
4744
To install the required dependencies, run:
4845
```sh
49-
git clone https://github.com/Couchbase-Ecosystem/couchbase_streamlit_connector.git
50-
pip install ./couchbase_streamlit_connector/
46+
pip install couchbase-streamlit-connector
5147
```
5248

5349
## 3. Usage Guide

0 commit comments

Comments
 (0)