- set your Python environment in Julia
julia> ENV["PYTHON"] = "... path of the python executable ..."
- install PyCall
pkg> add PyCall
pkg> build PyCall
- install OpenFermion
pip install openfermion
- run H2_OpenFermion example
julia examples/VQE/H2_OpenFermion.jl