Skip to content
Open
Prev Previous commit
Next Next commit
some more package details
  • Loading branch information
leptoceratops authored Sep 20, 2018
commit 8732ab1aaa5833a3a6d73b3281883ac240300a00
4 changes: 2 additions & 2 deletions wiki/BioSQL.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ You may find perl is already installed.

For **Windows** users, see [BioSQL on Windows](BioSQL_Windows "wikilink").

For **Cygwin** users, use [apt-cyg](https://github.com/transcode-open/apt-cyg) to install packages:
For **Cygwin** users, use [apt-cyg](https://github.com/transcode-open/apt-cyg) to install packages **mysql** and **mysql-server**,
``` bash
apt-cyg install mysql mysql-server
```
and to install the driver mysql-connector use [pip](https://pypi.org/project/pip/)
and to install the driver **mysql-connector** use [pip](https://pypi.org/project/pip/),

``` bash
pip install mysql-connector
Expand Down