Sfoglia il codice sorgente

README.md: created seactions for mysql and postgresql backends

Daniel-Constantin Mierla 5 anni fa
parent
commit
329627fd79
1 ha cambiato i file con 15 aggiunte e 12 eliminazioni
  1. 15 12
      README.md

+ 15 - 12
README.md

@@ -92,24 +92,28 @@ PIP Packages (run inside `kamcli` folder):
   $ pip3 install -r requirements/requirements.txt
   $ pip3 install -r requirements/requirements.txt
 ```
 ```
 
 
+#### MySQL Backend ####
+
 Extra PIP Packages (install via pip3):
 Extra PIP Packages (install via pip3):
 
 
-  * _extra packages requied by kamcli (part of OS or virtual environment)_
-    * mysqlclient (optional - needed if you want to connect to MySQL database)
+* _extra packages requied by kamcli (part of OS or virtual environment)_
+  * mysqlclient (optional - needed if you want to connect to MySQL database)
 
 
 ```
 ```
   $ pip3 install mysqlclient
   $ pip3 install mysqlclient
 ```
 ```
 
 
-```
+
 Notes:
 Notes:
-  - it may require to install `libmysqlclient-dev` to for getting
+  * it may require to install `libmysqlclient-dev` to for getting
     Python `mysqlclient` extension
     Python `mysqlclient` extension
-  - `mysql` cli tool is used by some `db` subcommands
-```
+  * `mysql` cli tool is used by some `db` subcommands
+
 
 
-  * _extra packages requied by kamcli (part of OS or virtual environment)_
-    * psycopg2 (optional - needed if you want to connect to PostgreSQL database)
+#### PostgreSQL Backend ####
+
+* _extra packages requied by kamcli (part of OS or virtual environment)_
+  * psycopg2 (optional - needed if you want to connect to PostgreSQL database)
 
 
 ```
 ```
   $ pip3 install psycopg2
   $ pip3 install psycopg2
@@ -120,12 +124,11 @@ Notes:
   $ pip3 install psycopg2-binary
   $ pip3 install psycopg2-binary
 ```
 ```
 
 
-```
 Notes:
 Notes:
-  - it may require to install `libpq-dev` to for getting
+  * it may require to install `libpq-dev` to for getting
     Python `psycopg2` extension
     Python `psycopg2` extension
-  - `psql` cli tool is used by some `db` subcommands
-```
+  * `psql` cli tool is used by some `db` subcommands
+
 
 
 #### Install In Virtual Environment ####
 #### Install In Virtual Environment ####