I must be missing something very basic in getting starting - how to import fastai package in my project.
I followed the instructions to clone the repository and I’m able to run the notebooks and follow the walkthroughs, everything works there.
But now I want to use it in my project, which has other notebooks or code files, in another path.
How can I import “fastai” packages?
Do I need to set up a PYTHONPATH?
Do I need to deploy it to site-packages?
I don’t see a “fastai” folder, only a “local” one (like referred in the pets tutorial).