Skip to content

Commit ef93f80

Browse files
committed
py-docs: update install instructions
Signed-off-by: Abhinav Gyawali <22275402+abhizer@users.noreply.github.com>
1 parent 854eead commit ef93f80

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

python/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Feldera Python is the Feldera SDK for Python developers.
44

55
## Installation
66

7+
```bash
8+
pip install feldera
9+
```
10+
11+
### Installing from Github
12+
713
```bash
814
pip install git+https://github.com/feldera/feldera#subdirectory=python
915
```

python/docs/introduction.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ https://github.com/feldera/feldera
1212
Installation
1313
*************
1414

15+
.. code-block:: bash
16+
17+
pip install feldera
18+
19+
20+
Installing from Github:
21+
1522
.. code-block:: bash
1623
1724
pip install git+https://github.com/feldera/feldera#subdirectory=python

0 commit comments

Comments
 (0)