Skip to content

Commit

Permalink
Add mysql Ibis installation
Browse files Browse the repository at this point in the history
  • Loading branch information
argenisleon committed Dec 22, 2020
1 parent 217ad16 commit 40a988b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README_for_devs.md
Expand Up @@ -202,8 +202,8 @@ See `prepare_columns` for more info

Always try to use the same Optimus functions to write the functions so it can be reused for all the engines.

## Working with databases in Dask

## Working with databases in Dask
For Dask you need to install some additional libraries to interact with databases

### Mysql
Expand Down Expand Up @@ -271,6 +271,10 @@ Go to https://anaconda.org/ and check the file is available
```
conda install -c conda-forge -c argenisleon optimus
```
## Ibis
### Mysql

pip install mysqlclient

##ODBC
### Windows
Expand Down

0 comments on commit 40a988b

Please sign in to comment.