Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/developers-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@

- Run the command in a console : `pip install requests`

- Application Insights

- Run the command in a console : `pip install applicationinsights`

- VS Code

- Python extension for VS Code (download from VS Code market place)
Expand Down
1 change: 1 addition & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ _Note: You need to install all the dependencies in order to use the extension._
- Pywin32 : `pip install pywin32`
- Python-Socketio : `pip install python-socketio`
- Requests : `pip install requests`
- Application Insights: `pip install applicationinsights`

## How to use the Extension

Expand Down
1 change: 1 addition & 0 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ playsound
pytest
applicationinsights
python-socketio
requests