Skip to content

Commit 964bb37

Browse files
authored
Add Python version support information to docs (#620)
* Add version support pre-requisites to documentation
1 parent f96c12a commit 964bb37

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/server-install.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ These instructions explain how to install and start up TabPy Server.
1515

1616
## TabPy Installation
1717

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+
1828
To install TabPy on to an environment `pip` needs to be installed and
1929
updated first:
2030

@@ -30,7 +40,7 @@ pip install tabpy
3040

3141
## Starting TabPy
3242

33-
To start TabPy with default setting run the following command:
43+
To start TabPy with default settings run the following command:
3444

3545
```sh
3646
tabpy

0 commit comments

Comments
 (0)