Skip to content

Commit

Permalink
Update documentation to say Python 3.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ogolovatyi authored and ogolovatyi committed Jan 29, 2019
1 parent a3b42af commit 3c95c0d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ and run it locally.
These are prerequisites for an environment required for a contributor to
be able to work on TabPy changes:

- Python 3.x
- Python 3.6.5:
- To see which version of Python you have installed, run ```python --version```.
- git
- TabPy repo:
Expand Down
12 changes: 6 additions & 6 deletions docs/server-configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

The following table lists environment configurations that have been validated to support hosting TabPy instances.

| TabPy Version | Operating System | Owner |
|--------------- |------------------- |---------- |
| 0.3.1 | Windows 10 | @tableau |
| 0.3.1 | macOS Sierra | @tableau |
| 0.3.1 | macOS High Sierra | @tableau |
| 0.3.1 | centOS 7.6-1810 | @tableau |
| TabPy Version |Python | Operating System | Owner |Comments
|--------------- |------- |------------------- |---------- |---------
| 0.3.1 | 3.6.5 | Windows 10 | @tableau | 2019-01-29: Win 10 x64, Python 3.5.6 x64
| 0.3.1 | 3.6.5 | macOS Sierra | @tableau |
| 0.3.1 | 3.6.5 | macOS High Sierra | @tableau |
| 0.3.1 | 3.6.5 | centOS 7.6-1810 | @tableau |
2 changes: 1 addition & 1 deletion docs/server-startup.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ These instructions explain how to start up TabPy Server.

To start up TabPy Server from an environment the following prerequisites are required:

- Python 3.7.2
- Python 3.6.5
- setuptools (Python module, can be installed from PyPi)

First, select a TabPy version and download its source code from the [releases page](https://github.com/tableau/TabPy/releases). To start up a TabPy server instance, follow the instructions for your OS (found below).
Expand Down

0 comments on commit 3c95c0d

Please sign in to comment.