Skip to content

Commit f0b1549

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent fa71ffc commit f0b1549

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/how-tos/how-to-debug-local.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ title: "How do I debug my code with VS Code?"
88

99
1. [Activate your environment](#placeholder-link-to-activate-env) and install your project in editable mode. Optionally, also install dev requirements, if your project has them. To do this, you can run in a terminal:
1010

11-
```
12-
pip install -r <path/to/dev-requirements.txt>
13-
pip install -e .
14-
```
11+
```
12+
pip install -r <path/to/dev-requirements.txt>
13+
pip install -e .
14+
```
1515

1616
1. Set up your VS Code Python interpreter to use the Python environment using the [Python: Select Interpreter](https://code.visualstudio.com/docs/python/environments#_working-with-python-interpreters) command.
1717

0 commit comments

Comments
 (0)