Skip to content

Commit 7c92a2e

Browse files
Added poetry
1 parent 14d8347 commit 7c92a2e

File tree

4 files changed

+2756
-126
lines changed

4 files changed

+2756
-126
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ https://github.com/langchain-tech/postgres-chatbot.git
2626
cd postgres-chatbot
2727
```
2828

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+
3132
```
32-
python -m venv venv
33-
source venv/bin/activate # On Windows, use `venv\Scripts\activate`
33+
poetry install
3434
```
3535

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:
3838
```
39-
pip install -r requirements.txt
39+
poetry shell
4040
```
4141

4242

0 commit comments

Comments
 (0)