diff --git a/.github/workflows/update-os.yml b/.github/workflows/update-os.yml index d4087f7..6203c17 100644 --- a/.github/workflows/update-os.yml +++ b/.github/workflows/update-os.yml @@ -38,7 +38,7 @@ jobs: sudo apt-get update -y sudo apt-get install -y python3-pip - sudo apt-get install zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python3-dev scons libssl-dev python3-venv python3-pip git libfreetype6-dev wkhtmltopdf libopenblas-dev libxml2-dev libxslt-dev python-dev -y + sudo apt-get install zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python3-dev scons libssl-dev python3-venv python3-pip git libfreetype6-dev wkhtmltopdf libopenblas-dev libxml2-dev libxslt-dev python-dev-is-python3 -y echo $PWD && ls git clone https://github.com/aceinnolab/Inkycal cd Inkycal diff --git a/README.md b/README.md index 978aa8b..0ac94b3 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ Run the following steps to install Inkycal. Do **not** use sudo for this, except ```bash # the next line is for the Raspberry Pi only -sudo apt-get install zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python3-dev scons libssl-dev python3-venv python3-pip git libfreetype6-dev wkhtmltopdf libopenblas-dev +sudo apt-get install zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python-dev-is-python3 scons libssl-dev python3-venv python3-pip git libfreetype6-dev wkhtmltopdf libopenblas-dev cd $HOME git clone --branch main --single-branch https://github.com/aceinnolab/Inkycal cd Inkycal