Hacker News new | ask | show | jobs
by Too 4292 days ago

    How to get Paket

    Paket is available on NuGet. To install the tool, run the following command in the Package Manager Console:
    PM> Install-Package Paket
Oh no, don't give us another Python easyinstall mess; you need a package manager to get another package manager to get a third package manager. Well, at least it's not called "easy install" because that's exactly what it's not unless you already have everything installed. The whole purpose of a package manager is to avoid dependency mess and instead we get another 2 links in the chain that has to be installed manually.