File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Floki: Agentic Workflows Made Simple
2
2
3
- [ ![ pypi] ( https://img.shields.io/pypi/v/floki-ai .svg )] ( https://pypi.python.org/pypi/floki-ai )
4
- [ ![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/floki-ai )] ( https://pypi.org/project/floki-ai / )
3
+ [ ![ pypi] ( https://img.shields.io/pypi/v/floki.svg )] ( https://pypi.python.org/pypi/floki )
4
+ [ ![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/floki )] ( https://pypi.org/project/floki/ )
5
5
[ ![ GitHub Repo stars] ( https://img.shields.io/github/stars/Cyb3rWard0g/floki )] ( https://github.com/Cyb3rWard0g/floki )
6
6
[ ![ license] ( https://img.shields.io/github/license/Cyb3rWard0g/floki.svg )] ( https://github.com/Cyb3rWard0g/floki/blob/main/LICENSE )
7
7
@@ -31,7 +31,7 @@ Make sure you have Python already installed. `Python >=3.9`
31
31
### As a Python package using Pip
32
32
33
33
``` bash
34
- pip install floki-ai
34
+ pip install floki
35
35
```
36
36
37
37
### Remotely from GitHub
Original file line number Diff line number Diff line change 8
8
### As a Python package using Pip
9
9
10
10
``` bash
11
- pip install floki-ai
11
+ pip install floki
12
12
```
13
13
14
14
### Remotely from GitHub
@@ -54,7 +54,7 @@ To initialize the Dapr control plane containers and create a default configurati
54
54
``` bash
55
55
dapr uninstall --all
56
56
57
- dapr init --runtime-version=1.15
57
+ dapr init
58
58
```
59
59
60
60
Verify you have container instances with ` daprio/dapr ` , ` openzipkin/zipkin ` , and ` redis ` images running:
Original file line number Diff line number Diff line change 1
1
# Floki: Agentic Workflows Made Simple
2
2
3
- [ ![ pypi] ( https://img.shields.io/pypi/v/floki-ai .svg )] ( https://pypi.python.org/pypi/floki-ai )
4
- [ ![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/floki-ai )] ( https://pypi.org/project/floki-ai / )
3
+ [ ![ pypi] ( https://img.shields.io/pypi/v/floki.svg )] ( https://pypi.python.org/pypi/floki )
4
+ [ ![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/floki )] ( https://pypi.org/project/floki/ )
5
5
[ ![ GitHub Repo stars] ( https://img.shields.io/github/stars/Cyb3rWard0g/floki )] ( https://github.com/Cyb3rWard0g/floki )
6
6
[ ![ license] ( https://img.shields.io/github/license/Cyb3rWard0g/floki.svg )] ( https://github.com/Cyb3rWard0g/floki/blob/main/LICENSE )
7
7
You can’t perform that action at this time.
0 commit comments