0

We need to install librets on OS X with Python bindings. How do we do that?

Michael Samoylov
  • 2,933
  • 3
  • 25
  • 33

1 Answers1

1
  1. Install Homebrew
  2. Run brew edit librets
  3. Replace your recipe with the code
  4. Run brew install librets
Michael Samoylov
  • 2,933
  • 3
  • 25
  • 33