How do I correctly install dulwich to get hg-git working on Windows?

后端 未结 10 2060
执念已碎
执念已碎 2021-01-31 01:35

I\'m trying to use the hg-git Mercurial extension on Windows (Windows 7 64-bit, to be specific). I have Mercurial and Git installed. I have Python 2.5 (32-bit) installed.

<
10条回答
  •  猫巷女王i
    2021-01-31 02:08

    sudo apt-get install python-dev # Dam you dependency!

    sudo easy_install dulwich

    Success!

提交回复
热议问题