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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,9 +59,9 @@ For python version 3.x the python development team provides several installers f
59
59
60
60
61
61
## API Changes from Version 1
62
-
1. The `-Version` parameter of `Install-Python` has been renamed to `-FullVersions` to emphasize that it should be the major.minor.patch version, not the short version.
62
+
1. The `-Version` parameter of `Install-Python` has been renamed to `-FullVersion` to emphasize that it should be the major.minor.patch version, not the short version.
63
63
1. The `-Version` parameter of `New-PythonVirtualEnvironment` has been renamed to `-ShortVersion` to emphasize that it should be the major.minor version, not the full verison.
64
-
1.`Update-Python` was added to allow easy updating of existing major.minor versions and to emphasize the fact that you cannot install multiple patch versions at once.
64
+
1.The `Update-Python` function was added to allow easy updating of existing major.minor versions and to emphasize the fact that you cannot install multiple patch versions at once.
65
65
1. Calling `Install-Python` and `New-PythonVirtualEnvironment` now creates folders that end in just the major.minor version instead of the full version.
0 commit comments