You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set an output path for pygetpapers to a sub-folder inside my venv instead of the venv itself (.../venv/getpapers_outputs/phytomed200). For docanalysis to work, I had to move phytomed200 to the venv (...venv/phytomed200)
Suggest adding a method (and/or help menu instructions) to set a default path for pygetpapers and docanalysis
The text was updated successfully, but these errors were encountered:
It's best to feed docanalysis the absolute path instead of relative.
Slightly unrelated: Is venv the folder created by Python when you set up the virtual environment? If yes, it is not recommended to edit/add anything to the venv folder.
I set an output path for
pygetpapers
to a sub-folder inside myvenv
instead of thevenv
itself (.../venv/getpapers_outputs/phytomed200
). Fordocanalysis
to work, I had to move phytomed200 to thevenv
(...venv/phytomed200)Suggest adding a method (and/or help menu instructions) to set a default path for
pygetpapers
anddocanalysis
The text was updated successfully, but these errors were encountered: