diff --git a/docs/development/dev_setup/aa-dev-setup-wsl-vsc-v2.md b/docs/development/dev_setup/aa-dev-setup-wsl-vsc-v2.md index a5ff33cf..25242ec6 100644 --- a/docs/development/dev_setup/aa-dev-setup-wsl-vsc-v2.md +++ b/docs/development/dev_setup/aa-dev-setup-wsl-vsc-v2.md @@ -69,7 +69,7 @@ Next, we need to install Python and related development tools. Use the following command to install Python 3 with all required libraries with the default version: ```shell -sudo apt-get install python3 python3-dev python3-venv python3-setuptools python3-pip python-pip +sudo apt-get install python3 python3-dev python3-venv python3-setuptools python3-pip ``` ### Install redis and other tools @@ -89,7 +89,7 @@ sudo redis-server --daemonize yes Install MySQL and required libraries with the following command: ```shell -sudo apt-get install mariadb-server mariadb-client libmariadbclient-dev +sudo apt-get install mariadb-server mariadb-client libmariadb-dev-compat libmariadb-dev ``` Start the mysql server