You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/development_guide.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
2
-
Development Guide
3
-
=================
2
+
# Development Guide
4
3
5
4
## Contributing
6
5
@@ -34,7 +33,7 @@ mssql-cli sources are located on GitHub (https://github.com/dbcli/mssql-cli). In
34
33
- Create pull requests against the https://github.com/dbcli/mssql-cli repository to get your code changes merged into the project repository.
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.
38
37
#### Windows
39
38
- The latest Python installation package can be downloaded from [here](https://www.python.org/downloads/).
40
39
- During installation, select the 'Add Python to PATH' option. Python must be in the PATH environment variable.
0 commit comments