File tree Expand file tree Collapse file tree 4 files changed +2756
-126
lines changed Expand file tree Collapse file tree 4 files changed +2756
-126
lines changed Original file line number Diff line number Diff line change @@ -26,17 +26,17 @@ https://github.com/langchain-tech/postgres-chatbot.git
26
26
cd postgres-chatbot
27
27
```
28
28
29
- ** 2. Create a Virtual Environment**
30
- It is recommended to create a virtual environment to manage dependencies:
29
+ ** 2. Install Dependencies with Poetry**
30
+ It is recommended to use poetry to manage dependencies. Install the necessary packages and create a virtual environment:
31
+
31
32
```
32
- python -m venv venv
33
- source venv/bin/activate # On Windows, use `venv\Scripts\activate`
33
+ poetry install
34
34
```
35
35
36
- ** 3. Install Dependencies **
37
- Install the necessary packages listed in the requirements.txt file :
36
+ ** 3. Activate the virtual environment: **
37
+ after installation the necessary packages activate the virtual env :
38
38
```
39
- pip install -r requirements.txt
39
+ poetry shell
40
40
```
41
41
42
42
You can’t perform that action at this time.
0 commit comments