Skip to content

Commit e30ea96

Browse files
authored
Update README.md
1 parent 013acf8 commit e30ea96

File tree

1 file changed

+19
-12
lines changed

1 file changed

+19
-12
lines changed

README.md

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)