From 800afb3f4ed0cd6959f478f843f836de337c8150 Mon Sep 17 00:00:00 2001 From: Daniel Ecer <de-code@users.noreply.github.com> Date: Mon, 24 Jul 2017 16:10:18 +0100 Subject: [PATCH] added Visual Studio Code Setup to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 4ade87d..0f4146d 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`. -- GitLab