My python project has dependencies on packages that exist on the local file system in folder X (i.e. not installed form the internet). I'd like to add these packages (source code) to the python environment for my project. How can this be done?
I've add folder X to "Search Paths" in the Solution Explorer, but I still cannot import the package.