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

Commit 3a3ae68

Browse files
authored
ubuntu setup fixes (#281)
Hotfix for Ubuntu
1 parent 5940853 commit 3a3ae68

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ You will be prompted to install the Python dependencies during the first use.
1616
- _**[Python 3.7+](https://www.python.org/downloads/)**_: Make sure you've added python and pip to your PATH in your environment variables. (1)
1717
- _**[Python VS Code extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)**_: This will be installed automatically from the marketplace when you install Device Simulator Express.
1818

19+
### Linux-only Requirements
20+
To successfully run the virtual environment setup on your first run, please run the following command: `sudo apt install python3.8-venv`
21+
1922
## Circuit Playground Express (CPX) Simulator
2023

2124
### Features

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import { DeviceSelectionService } from "./service/deviceSelectionService";
3030
import { FileSelectionService } from "./service/fileSelectionService";
3131
import { MessagingService } from "./service/messagingService";
3232
import { PopupService } from "./service/PopupService";
33-
import { SetupService } from "./service/SetupService";
33+
import { SetupService } from "./service/setupService";
3434
import { SimulatorDebugConfigurationProvider } from "./simulatorDebugConfigurationProvider";
3535
import getPackageInfo from "./telemetry/getPackageInfo";
3636
import TelemetryAI from "./telemetry/telemetryAI";

0 commit comments

Comments
 (0)