Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.46 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.46 KB

Dev-template

A template for development with the open-autonomy framework. Find the documentation here.

System requirements

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

NOTE: Tendermint and IPFS dependencies are missing from the image at the moment.

docker pull valory/open-autonomy-user:latest
docker container run -it valory/open-autonomy-user:latest

This repository contains:

  • Empty directory packages which acts as the local registry

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

How to use

Create a virtual environment with all development dependencies:

make new_env

Enter virtual environment:

pipenv shell

Get developing...

Useful commands:

Check out the Makefile for useful commands, e.g. make formatters, make generators, make code-checks, as well as make common-checks-1. To run tests use the autonomy test command. Run autonomy test --help for help about its usage.