Fabian
11/24/2022, 12:13 PMNok Lam Chan
11/24/2022, 2:29 PMrun
, viz
), you need to cd
to the project directory, where the pyproject.toml
exists. and run the corresponding commandFabian
11/24/2022, 3:03 PMNok Lam Chan
11/24/2022, 3:17 PMpip install -e .
is one way of doing it. Or the more hacky version of adding the path to sys.path
(Which I believe is what the “mark as source root” does)Fabian
11/24/2022, 3:43 PM