From 9eeb790c7f5f8275a21bf2e11f04219a20e92504 Mon Sep 17 00:00:00 2001 From: Salman Paracha Date: Thu, 14 Nov 2024 01:11:26 -0800 Subject: [PATCH] updating README with PH launch results (#268) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3508b7d0..c1f9bbf0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ ![alt text](image.png) +Arch - Build fast, hyper-personalized agents with intelligent infra | Product Hunt + [![pre-commit](https://github.com/katanemo/arch/actions/workflows/pre-commit.yml/badge.svg)](https://github.com/katanemo/arch/actions/workflows/pre-commit.yml) [![rust tests (prompt and llm gateway)](https://github.com/katanemo/arch/actions/workflows/rust_tests.yml/badge.svg)](https://github.com/katanemo/arch/actions/workflows/rust_tests.yml) @@ -53,9 +55,7 @@ Make sure you have following utilities installed before proceeding further, 1. [Docker System](https://docs.docker.com/get-started/get-docker/) (v24) 2. [Docker compose](https://docs.docker.com/compose/install/) (v2.29) 3. [Python](https://www.python.org/downloads/) (v3.10) -4. [Poetry](https://python-poetry.org/docs/#installing-with-the-official-installer) (v1.8.3) - -*Note: Poetry is needed for local development* +4. [Poetry](https://python-poetry.org/docs/#installing-with-the-official-installer) (v1.8.3. *Note: only needed for local development*) ```console