Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 393 Bytes

INSTALL.md

File metadata and controls

21 lines (14 loc) · 393 Bytes

Dependencies

Mac

You can install pip by running sudo easy_install pip pip install pyyaml

Homebrew

I usually use homebrew in this case, just install python2 and

brew install python@2 pip install pyyaml

Linux

Debian

All that should be needed to run this package is apt install python3-yaml