Prechádzať zdrojové kódy

notes about dependency on yaml

Daniel-Constantin Mierla 10 rokov pred
rodič
commit
bf91825bb3
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -21,6 +21,7 @@ PIP Packages (install via pip):
     * sqlalchemy
     * sqlalchemy
     * mysql-python (optional - needed if you want to connect to MySQL database)
     * 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)
     * 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
 #### Install VirtualEnv
 
 
@@ -77,6 +78,7 @@ pip install click
 pip install sqlalchemy
 pip install sqlalchemy
 pip install mysql-python
 pip install mysql-python
 pip install tabulate
 pip install tabulate
+pip install pyaml
 git clone https://github.com/asipto/kamcli.git
 git clone https://github.com/asipto/kamcli.git
 cd kamcli
 cd kamcli
 pip install --editable .
 pip install --editable .