Skip to content

Commit

Permalink
Updated floki package from floki-ai to floki
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyb3rWard0g committed Mar 9, 2025
1 parent 7d457a0 commit c2380a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/home/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
### As a Python package using Pip

```bash
pip install floki-ai
pip install floki
```

### Remotely from GitHub
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit c2380a0

Please sign in to comment.