diff --git a/.github/workflows/build-debian.yml b/.github/workflows/build-debian.yml index 6930e48..480393c 100644 --- a/.github/workflows/build-debian.yml +++ b/.github/workflows/build-debian.yml @@ -18,7 +18,7 @@ jobs: curl -sSL https://install.python-poetry.org | python3 - export PATH=$HOME/.local/bin:$PATH sudo apt-get update - sudo apt-get install -y build-essential debhelper dh-python python3-all + sudo apt-get install -y build-essential debhelper dh-python python3-all pybuild-plugin-pyproject - name: Prepare orig.tar.gz run: | diff --git a/README.md b/README.md index c8ce86a..e7e81c8 100644 --- a/README.md +++ b/README.md @@ -85,8 +85,10 @@ * #### Debian ```bash + # Install Poetry + curl -sSL https://install.python-poetry.org | python3 - # Install buid requirements - sudo apt install debhelper dh-python python3-setuptools python3-all + sudo apt install debhelper dh-python python3-setuptools python3-all pybuild-plugin-pyproject # Clone the repo git clone https://github.com/mIcHyAmRaNe/okadminfinder.git # Create the source tarball