You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,6 @@ In order for this application to work correctly the zephyr require build tools n
41
41
42
42
See the [Install Dependecies Section of the Zephyr Getting Started Guide](https://docs.zephyrproject.org/latest/develop/getting_started/index.html#install-dependencies)
43
43
44
-
For ubuntu please also install python3-venv by ```sudo apt install python3-venv```
letres=awaitexecuteTaskHelperInPythonEnv(wsConfig.activeSetupState,"Zephyr IDE West Environment Setup",`pip install west`,wsConfig.activeSetupState.setupPath);
252
+
if(res){
252
253
output.appendLine("[SETUP] west installed");
253
254
}else{
254
255
output.appendLine("[SETUP] Unable to install west");
@@ -260,7 +261,6 @@ export async function setupWestEnvironment(context: vscode.ExtensionContext, wsC
0 commit comments