Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellenn-A committed May 28, 2024
1 parent 17c5054 commit 7099c8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ Some endpoints require interaction with fetch.ai agent. We have included such `S
In order to bring up the repo run `python run.py` from your terminal (in root directory). This will bring up both the Sample fetch.ai agent and our app with swagger interface on `http://0.0.0.0:8000/docs`.
On startup agent prints it's own address -> please include this address in `core/config.py`(if it is different to the one hardcoded there).

### To run as a docker container

Run `docker-compose build` & `docker-compose up`

### To run tests:

`poetry run pytest -s`
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nice-fetch-ai-adapter"
version = "0.1.0"
version = "0.1.1"
description = ""
authors = ["Helena Adamkova <[email protected]>"]
license = "Apache2"
Expand Down

0 comments on commit 7099c8e

Please sign in to comment.