File tree Expand file tree Collapse file tree 1 file changed +19
-12
lines changed Expand file tree Collapse file tree 1 file changed +19
-12
lines changed Original file line number Diff line number Diff line change @@ -55,22 +55,29 @@ A related option is VS Code Dev Containers, which will open the project in your
5555
5656### Local Environment
5757
58- #### Prerequisites
58+ 1 . Make sure the following tools are installed:
5959
60- * [ Azure Developer CLI (azd)] ( https://aka.ms/install-azd )
61- * [ Python 3.10+] ( https://www.python.org/downloads/ )
62- * [ PostgreSQL 14+] ( https://www.postgresql.org/download/ )
63- * [ pgvector] ( https://github.com/pgvector/pgvector )
64- * [ Docker Desktop] ( https://www.docker.com/products/docker-desktop/ )
65- * [ Git] ( https://git-scm.com/downloads )
60+ * [ Azure Developer CLI (azd)] ( https://aka.ms/install-azd )
61+ * [ Python 3.10+] ( https://www.python.org/downloads/ )
62+ * [ PostgreSQL 14+] ( https://www.postgresql.org/download/ )
63+ * [ pgvector] ( https://github.com/pgvector/pgvector )
64+ * [ Docker Desktop] ( https://www.docker.com/products/docker-desktop/ )
65+ * [ Git] ( https://git-scm.com/downloads )
6666
67- #### Installation
67+ 2 . Download the project code:
6868
69- Install required packages:
69+ ``` shell
70+ azd init -t rag-postgres-openai-python
71+ ```
72+
73+ 3. Open the project folder
74+ 4. Install required Python packages:
75+
76+ ` ` ` shell
77+ pip install -r requirements-dev.txt
78+ ` ` `
7079
71- ``` shell
72- pip install -r requirements-dev.txt
73- ```
80+ 5. Continue with the [deployment steps](# deployment)
7481
7582# # Deployment
7683
You can’t perform that action at this time.
0 commit comments