How2
How2

Reputation: 365

Pythonic pip freeze in Nim or how to list installed packages?

How to pip freeze command looks for Nim's package manager nimble ?

Upvotes: 0

Views: 126

Answers (1)

How2
How2

Reputation: 365

For freezing with nimble command :

nimble list --installed

or

nimble list -i

Upvotes: 2

Related Questions