diff --git a/README.md b/README.md index 78cbb7d..607f55f 100644 --- a/README.md +++ b/README.md @@ -26,15 +26,17 @@ TODOs: ### Setup (Python) -First, [install Ape](https://docs.apeworx.io/ape/stable/userguides/quickstart.html#installation). +1. [install Ape](https://docs.apeworx.io/ape/stable/userguides/quickstart.html#installation). -Second, make sure to install the plugins: +2. Clone `ApePay` and change directory `cd` into the folder. + +3. Make sure to install the plugins: ```sh $ ape plugins install . --upgrade ``` -Next, prior to installing the SDK package, you need to compile the project: +4. Prior to installing the SDK package, you need to compile the project: ```sh $ ape compile diff --git a/pyproject.toml b/pyproject.toml index 986e8b9..b2132b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ [project.optional-dependencies] bot = [ - "silverback>=0.5,<1", + "silverback>=0.6,<1", ] lint = [ "flake8",