Skip to content

Commit 00078c5

Browse files
committed
Add instructions on how to install pattern with mysql support
1 parent e83ac04 commit 00078c5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ If you have pip, you can automatically download and install from the [PyPI repos
5757
pip install pattern
5858
```
5959

60+
If you wish to use MySQL support, install specifying the optional extra
61+
requirement:
62+
```
63+
pip install pattern[mysql]
64+
```
65+
6066
If none of the above works, you can make Python aware of the module in three ways:
6167
- Put the pattern folder in the same folder as your script.
6268
- Put the pattern folder in the standard location for modules so it is available to all scripts:

0 commit comments

Comments
 (0)