Skip to content

Commit 0c3bcee

Browse files
author
Elliot Boschwitz
authored
Doc changes
1 parent 610d836 commit 0c3bcee

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/development_guide.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11

2-
Development Guide
3-
=================
2+
# Development Guide
43

54
## Contributing
65

@@ -34,7 +33,7 @@ mssql-cli sources are located on GitHub (https://github.com/dbcli/mssql-cli). In
3433
- Create pull requests against the https://github.com/dbcli/mssql-cli repository to get your code changes merged into the project repository.
3534

3635
## <a name="Install_Python_Clone_Source_Code"></a>1. Install Python / Clone Source Code
37-
1. Install latest Python from http://python.org. Please note that the version of Python that comes preinstalled on OSX is 2.7. It is recommended to install both Python 2.7 and Python3.7 to ensure backwards compatibility for testing.
36+
1. Install latest Python from http://python.org. Please note that the version of Python that comes preinstalled on macOS is 2.7. It is recommended to install both Python 2.7 and supported versions of Python 3 (3.8 at the time of this writing) to ensure backwards compatibility for testing.
3837
#### Windows
3938
- The latest Python installation package can be downloaded from [here](https://www.python.org/downloads/).
4039
- During installation, select the 'Add Python to PATH' option. Python must be in the PATH environment variable.

0 commit comments

Comments
 (0)