Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Commit

Permalink
Add new dependency to docs (#132)
Browse files Browse the repository at this point in the history
* add new dependency

* add to requirements.txt
  • Loading branch information
LukeSlev authored Aug 20, 2019
1 parent 40f3adc commit b6a2320
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
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

0 comments on commit b6a2320

Please sign in to comment.