File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,16 @@ These instructions explain how to install and start up TabPy Server.
15
15
16
16
## TabPy Installation
17
17
18
+ ### Prerequisites
19
+
20
+ - TabPy only supports Python versions 3.7, 3.8, and 3.9
21
+ - TabPy 2.7.0 added support for data streaming via
22
+ Apache Arrow Flight (` pyarrow ` ). When using TabPy >= 2.7.0, we
23
+ recommend using a Python 64-bit installer to avoid incompatibility issues
24
+ related to ` pyarrow ` .
25
+
26
+ ### Installation
27
+
18
28
To install TabPy on to an environment ` pip ` needs to be installed and
19
29
updated first:
20
30
@@ -30,7 +40,7 @@ pip install tabpy
30
40
31
41
## Starting TabPy
32
42
33
- To start TabPy with default setting run the following command:
43
+ To start TabPy with default settings run the following command:
34
44
35
45
``` sh
36
46
tabpy
You can’t perform that action at this time.
0 commit comments