Skip to main content
Use the provided install.sh script to install all required Python libraries, including NATS. To do this, run the installation file in the Visual Studio Code terminal.
1

Open Visual Studio Code

Open Visual Studio Code.
2

Open Repository

Open the folder containing the dep-ppl-app repository.
3

Open a New Terminal

Open a new terminal by clicking on Terminal in the top menu bar and selecting New Terminal. A terminal window will open at the bottom of your screen.
4

Open a Bash Terminal

In the terminal, click the dropdown next to the + sign and select Git Bash to open a bash terminal.
5

Install Libraries

Run the following command:
  bash install.sh
I