From 697164716e4f62ffac1b2d2907aa9586d0bfc7dd Mon Sep 17 00:00:00 2001 From: Sameer Segal Date: Mon, 17 Jun 2024 13:59:47 +0530 Subject: [PATCH] Updated the quick start tutorial --- docs/tutorials/quickstart.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/tutorials/quickstart.md b/docs/tutorials/quickstart.md index 9ee28bb..1bbba9b 100644 --- a/docs/tutorials/quickstart.md +++ b/docs/tutorials/quickstart.md @@ -12,6 +12,7 @@ This tutorial will help you setup PwR Studio on your local computer to create [J ## Prerequisites 1. **OpenAI or Azure OpenAI Keys:** Obtain from [OpenAI](https://beta.openai.com/signup/) or [Azure](https://portal.azure.com/). Remember to comment out AZURE keys if you are not using them. + ```bash OPENAI_API_KEY= @@ -22,7 +23,9 @@ OPENAI_API_KEY= # AZURE_OPENAI_DEPLOYMENT_NAME= ``` 2. **Docker:** Install [Docker Desktop](https://www.docker.com/products/docker-desktop) for Windows and Mac or [Docker Engine](https://docs.docker.com/engine/install/) for Linux. + 3. **Microsoft Authentication Library (MSAL) Keys:** Read the instructions on this subsection, [Register the application and record identifiers](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-single-page-app-react-sign-in#register-the-application-and-record-identifiers) and get the following keys: + ```bash AAD_APP_CLIENT_ID= AAD_APP_TENANT_ID=