diff --git a/docs/docs/getting-started.mdx b/docs/docs/getting-started.mdx index 9256650..a598773 100755 --- a/docs/docs/getting-started.mdx +++ b/docs/docs/getting-started.mdx @@ -46,7 +46,7 @@ If you're confident upgrading your system's version of Python won't break your s ```shell-session -$ sudo apt install -y python3.6-dev python3-pip +$ sudo apt install -y python3-dev python3-pip ``` diff --git a/install.sh b/install.sh index 883f553..6de2057 100755 --- a/install.sh +++ b/install.sh @@ -285,7 +285,7 @@ yarn_brew() { } python_apt() { - apt-get install -y python3.6-dev python3-pip >/dev/null + apt-get install -y python3-dev python3-pip >/dev/null sleep 1 python_post $? }