|
|
|
|
|
by owaty
2578 days ago
|
|
It's not different from what pip install or gem install do by default. A mature Haskell project such as hledger has probably a few hundred of transitive dependencies, so you won't be able to install them individually by hand. You might try to figure whether each of them is packaged by your distribution (unlikely, unless hledger itself is packaged), but that's not a typical path — just don't use make in that case. |
|
Pip installing required packages is alright. But I expect setup.py to NOT call pip install by itself.
> A mature Haskell project such as hledger has probably a few hundred of transitive dependencies
That's horrifying!