File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,17 +26,17 @@ https://github.com/langchain-tech/postgres-chatbot.git
2626cd 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
You can’t perform that action at this time.
0 commit comments