Closed
Description
Docs says: https://cjdoris.github.io/PythonCall.jl/stable/pythoncall/#python-deps
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?
Metadata
Metadata
Assignees
Labels
No labels