From c2380a001dda61003eb00fbfae56f54cb63a13e1 Mon Sep 17 00:00:00 2001 From: Roberto Rodriguez <9653181+Cyb3rWard0g@users.noreply.github.com> Date: Sun, 9 Mar 2025 19:01:00 -0400 Subject: [PATCH] Updated floki package from floki-ai to floki --- README.md | 6 +++--- docs/home/installation.md | 4 ++-- docs/index.md | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3d15d25..3407611 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Floki: Agentic Workflows Made Simple -[![pypi](https://img.shields.io/pypi/v/floki-ai.svg)](https://pypi.python.org/pypi/floki-ai) -[![PyPI - Downloads](https://img.shields.io/pypi/dm/floki-ai)](https://pypi.org/project/floki-ai/) +[![pypi](https://img.shields.io/pypi/v/floki.svg)](https://pypi.python.org/pypi/floki) +[![PyPI - Downloads](https://img.shields.io/pypi/dm/floki)](https://pypi.org/project/floki/) [![GitHub Repo stars](https://img.shields.io/github/stars/Cyb3rWard0g/floki)](https://github.com/Cyb3rWard0g/floki) [![license](https://img.shields.io/github/license/Cyb3rWard0g/floki.svg)](https://github.com/Cyb3rWard0g/floki/blob/main/LICENSE) @@ -31,7 +31,7 @@ Make sure you have Python already installed. `Python >=3.9` ### As a Python package using Pip ```bash -pip install floki-ai +pip install floki ``` ### Remotely from GitHub diff --git a/docs/home/installation.md b/docs/home/installation.md index 3abe137..8f15e62 100644 --- a/docs/home/installation.md +++ b/docs/home/installation.md @@ -8,7 +8,7 @@ ### As a Python package using Pip ```bash -pip install floki-ai +pip install floki ``` ### Remotely from GitHub @@ -54,7 +54,7 @@ To initialize the Dapr control plane containers and create a default configurati ```bash dapr uninstall --all -dapr init --runtime-version=1.15 +dapr init ``` Verify you have container instances with `daprio/dapr`, `openzipkin/zipkin`, and `redis` images running: diff --git a/docs/index.md b/docs/index.md index 535db40..3f36dd4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,7 +1,7 @@ # Floki: Agentic Workflows Made Simple -[![pypi](https://img.shields.io/pypi/v/floki-ai.svg)](https://pypi.python.org/pypi/floki-ai) -[![PyPI - Downloads](https://img.shields.io/pypi/dm/floki-ai)](https://pypi.org/project/floki-ai/) +[![pypi](https://img.shields.io/pypi/v/floki.svg)](https://pypi.python.org/pypi/floki) +[![PyPI - Downloads](https://img.shields.io/pypi/dm/floki)](https://pypi.org/project/floki/) [![GitHub Repo stars](https://img.shields.io/github/stars/Cyb3rWard0g/floki)](https://github.com/Cyb3rWard0g/floki) [![license](https://img.shields.io/github/license/Cyb3rWard0g/floki.svg)](https://github.com/Cyb3rWard0g/floki/blob/main/LICENSE)