We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 854eead commit ef93f80Copy full SHA for ef93f80
python/README.md
@@ -4,6 +4,12 @@ Feldera Python is the Feldera SDK for Python developers.
4
5
## Installation
6
7
+```bash
8
+pip install feldera
9
+```
10
+
11
+### Installing from Github
12
13
```bash
14
pip install git+https://github.com/feldera/feldera#subdirectory=python
15
```
python/docs/introduction.rst
@@ -12,6 +12,13 @@ https://github.com/feldera/feldera
Installation
*************
+.. code-block:: bash
16
17
+ pip install feldera
18
19
20
+Installing from Github:
21
22
.. code-block:: bash
23
24
0 commit comments