FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
vscode-python-devicesimulator/src/install_dependencies.py at dev · microsoft/vscode-python-devicesimulator · GitHub
This repository was archived by the owner on Dec 23, 2021. It is now read-only.
microsoft
/
vscode-python-devicesimulator
Public archive
Notifications
You must be signed in to change notification settings
Fork
49
Star
177
Code
Issues
21
Pull requests
10
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
vscode-python-devicesimulator
/
src
/
install_dependencies.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
9 lines (8 loc) · 229 Bytes
Breadcrumbs
vscode-python-devicesimulator
/
src
/
install_dependencies.py
Copy path
File metadata and controls
9 lines (8 loc) · 229 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
import
subprocess
import
sys
import
pathlib
import
os
os
.
chdir
(
str
(
pathlib
.
Path
(
__file__
).
parent
.
parent
.
absolute
()))
subprocess
.
check_call
(
[
sys
.
executable
,
"-m"
,
"pip"
,
"install"
,
"-r"
,
"./out/requirements.txt"
]
)
Back
|
FazBrowse Home
|
New Git URL