diff --git a/README.md b/README.md index 4ade87d60181911695dbe082b8efd80af31dc02f..0f4146db7ba1af719a3191525c1a7676d5409454 100644 --- a/README.md +++ b/README.md @@ -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`.