Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: updates to various tools (makefile, tox, templates, docs, ...) #2816

Merged
merged 10 commits into from
Nov 29, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix protocol generation issue
  • Loading branch information
5A11 committed Nov 26, 2022
commit 23eb7ad182b4c7b5b021ec2a615e4a55944f7491
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
</p>

<p align="center">
A framework for autonomous economic agent (AEA) development
A framework for developing autonomous economic agents (AEAs)
</p>

<p align="center">
<img src="/data/aea.png?raw=true" alt="AEA Description" width="70%"/>
</p>

## Get started developing AEAs
## To install

1. Create and launch a clean virtual environment with Python 3.7 (any Python `>=` 3.6 works):
jrriehl marked this conversation as resolved.
Show resolved Hide resolved

Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/generate_all_protocols.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def run_isort_and_black(directory: Path, **kwargs: Any) -> None:
"-m",
"isort",
"--settings-path",
"setup.cfg",
"pyproject.toml",
5A11 marked this conversation as resolved.
Show resolved Hide resolved
"--verbose",
str(directory.absolute()),
**kwargs,
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.