Skip to content
Snippets Groups Projects
Commit 800afb3f authored by Daniel Ecer's avatar Daniel Ecer
Browse files

added Visual Studio Code Setup to README

parent 5acab784
No related branches found
No related tags found
No related merge requests found
......@@ -90,3 +90,13 @@ Run the TensorBoard with the correct path:
```bash
./tensorboard.sh [--cloud]
```
Visual Studio Code Setup
------------------------
If you are using [Visual Studio Code](https://code.visualstudio.com/) and are using a virtual environment for Python, you can add the following entry to `.vscode/settings.json`:
```json
"python.pythonPath": "${workspaceRoot}/venv/bin/python"
```
And then create link to the virtual environment as `venv`.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment