소스 검색

notes about dependency on yaml

Daniel-Constantin Mierla 10 년 전
부모
커밋
bf91825bb3
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -21,6 +21,7 @@ PIP Packages (install via pip):
     * sqlalchemy
     * mysql-python (optional - needed if you want to connect to MySQL database)
     * tabulate (optional - needed if you want to have table-formatted output for various commands)
+    * pyaml (optional - needed if you want to print json result as yaml (more compact))
 
 #### Install VirtualEnv
 
@@ -77,6 +78,7 @@ pip install click
 pip install sqlalchemy
 pip install mysql-python
 pip install tabulate
+pip install pyaml
 git clone https://github.com/asipto/kamcli.git
 cd kamcli
 pip install --editable .