Selaa lähdekoodia

notes about database connector, with MySQL examples

Daniel-Constantin Mierla 10 vuotta sitten
vanhempi
commit
0746b64b6d
1 muutettua tiedostoa jossa 7 lisäystä ja 1 poistoa
  1. 7 1
      README.md

+ 7 - 1
README.md

@@ -56,6 +56,11 @@ environment to be installed in the system.
   $ pip install --editable .
 ```
 
+The *pip install* command installs the dependencies appart of the
+database connector module needed on top of sqlalchemy. You need to
+install your wanted database module -- e.g., for MySQL use pip to
+install *mysql-python*.
+
 To deactivate the virtual environment, run:
 
 ```
@@ -66,7 +71,8 @@ To deactivate the virtual environment, run:
 
 Should work on: Ubuntu or Mint
 
-To get kamcli completely installed on Debian, run following commands:
+To get kamcli completely installed on Debian with MySQL support,
+run following commands:
 
 ```
 apt-get install python python-pip python-dev