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
If your project requires any Python packages, add a CondaPkg.toml file to your project specifying what you need. Alternatively use CondaPkg.add() to add dependencies from the REPL.
But how can I access CondaPkg itself from a project using PythonCall? I've tried CondaPkg, PythonCall.CondaPkg with no success, and had to add it separately to my project: add CondaPkg, should it be stated in docs?