File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -93,9 +93,15 @@ development environment. The easiest way to do this is to use `virtualenv
9393<http://pypi.python.org/pypi/virtualenv> `_ and `pip
9494<http://pypi.python.org/pypi/pip> `_.
9595
96- Some environment variables are required to be set before using the project from
97- within Visual Studio Code (used in `launch.json ` and `tasks.json `). These are:
96+ Some parameters are required to be set before using the project from within
97+ Visual Studio Code (used in `launch.json ` and `tasks.json `). These are:
9898
9999* ``PPSTACK_PYTHONEXE ``: The path to the Python interpreter to use. This is
100100 used to launch the application from within Visual Studio Code. If not set,
101101 the default Python interpreter will be used.
102+
103+ * `.env ` file: This file is used to set environment variables for the
104+ application. It is used to set the ``PYTHONPATH `` environment variable to
105+ the root of the project. This is required to be able to import the project
106+ modules from within Visual Studio Code. To create this file, copy the
107+ ``.env.template `` file to ``.env `` (and eventually add your own paths).
You can’t perform that action at this time.
0 commit comments