Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 826 Bytes

File metadata and controls

31 lines (18 loc) · 826 Bytes

dev-template

A template for development with the open-aea and other agent tools and frameworks.

System requirements

Alternatively, you can fetch this docker image with the relevant requirments satisfied:

    docker pull valory/dev-template:latest
    docker container run -it valory/dev-template:latest

It contains:

  • empty directory packages which acts as the local registry

  • .env file with Python path updated to include packages directory

To install the latest version of the open-AEA and development dependencies:

  make new_env

Linters:

  make lint
  make static
  make pylint