Skip to content

Commit

Permalink
docs: update notes about python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu committed May 2, 2024
1 parent 40da7a7 commit 7f168e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,16 @@ To run your bot against a live network, this SDK includes a simple runner you ca
$ silverback run "example:app" --network :mainnet:alchemy
```

**NOTE**: The example is designed to work with Python 3.9+, and we suggest using 3.11+ for speed.
**NOTE**: The example is designed to work with Python 3.10+, and we suggest using 3.11+ for speed.

## Docker Usage

```sh
$ docker run --volume $PWD:/home/harambe/project --volume ~/.tokenlists:/home/harambe/.tokenlists apeworx/silverback:latest run "example:app" --network :mainnet:alchemy
```

**NOTE**: The Docker image we publish uses Python 3.11

## Development

This project is in development and should be considered a beta.
Expand Down

0 comments on commit 7f168e1

Please sign in to comment.