diff --git a/source/_components/recorder.markdown b/source/_components/recorder.markdown index 77f80529fb95..0061083e0f65 100644 --- a/source/_components/recorder.markdown +++ b/source/_components/recorder.markdown @@ -116,9 +116,10 @@ $ pip3 install mysqlclient For MySQL you may have to install a few dependencies. You can choose between `pymysql` and `mysqlclient`: ```bash -$ sudo apt-get install libmysqlclient-dev +$ sudo apt-get install default-libmysqlclient-dev $ pip3 install mysqlclient ``` + If you are in a virtual environment, don't forget to activate it before installing the `mysqlclient` Python package. ```bash