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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ The `azdev` tool is designed to aid new and experienced developers in contributi
21
21
22
22
## Setting up your development environment
23
23
24
-
1. Install Python 3.6+ from http://python.org. Please note that the version of Python that comes preinstalled on OSX is 2.7.
24
+
1. Install Python 3.6+ from http://python.org. Please note that the version of Python that comes preinstalled on OSX is 2.7. Also install `gcc` and `python-dev` apt package or `python3-devel` rpm package on Linux, otherwise you will have psutil issues #269
25
25
2. Fork and clone the repository or repositories you wish to develop for.
26
26
- For Azure CLI: https://github.com/Azure/azure-cli
27
27
- For Azure CLI Extensions: https://github.com/Azure/azure-cli-extensions
0 commit comments