arbenson opened this issue 6 years ago · 2 comments
For the Julia setup in the README, Pkg.add(PyCall) should be Pkg.add("PyCall")
Thanks. We will fix this asap.
Also, for Step 4 of the "Import from Julia" section, you need to be using PyCall. So in the README this should be
using PyPlot
using PyCall
@pyimport localgraphclustering
Instead of the current
Thanks!