Skip to content

Commit 081811c

Browse files
committed
updated prereqs
1 parent a2e62f8 commit 081811c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

tutorial/markdown/python/streamlit/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,13 @@ This section outlines the step-by-step process of building the Streamlit applica
139139
### Prerequisites
140140
Before setting up the environment, ensure you have the following:
141141

142-
- **Python 3.10 or higher** ([Check compatibility](https://docs.couchbase.com/python-sdk/current/project-docs/compatibility.html#python-version-compat))
143-
- **Couchbase Capella account** ([Setup Guide](https://docs.couchbase.com/cloud/get-started/intro.html))
144-
- **Operational Couchbase cluster** with configured access ([Instructions](https://docs.couchbase.com/cloud/get-started/connect.html#prerequisites))
145-
- **Connection string** from Couchbase Capella
142+
- **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).
143+
- A **Couchbase Capella account** ([Docs](https://docs.couchbase.com/cloud/get-started/intro.html)) **or** a local installation (or Docker container) of **Couchbase Server** ([Download](https://www.couchbase.com/downloads)).
144+
- An **operational cluster** created in a project (Capella) or properly configured on your local machine (Couchbase Server).
145+
- Ensure proper access control:
146+
- For **Couchbase Capella**, configure cluster access permissions and allowlisted IP addresses ([Docs](https://docs.couchbase.com/cloud/get-started/connect.html#prerequisites)).
147+
- For **Couchbase Server**, set up appropriate user roles and permissions ([Docs](https://docs.couchbase.com/server/current/manage/manage-security/manage-users-and-roles.html)).
148+
- Obtain the **connection string** for **Couchbase Capella** or **Couchbase Server** by following the official guide: [Docs](https://docs.couchbase.com/python-sdk/current/hello-world/start-using-sdk.html#connect).
146149

147150
### Installation and Setup
148151
Create an isolated Python environment, run the following commands:

0 commit comments

Comments
 (0)