Files
windows-dev-box-setup-scripts/scripts/GetMLPythonSamplesOffGithub.ps1
2018-08-28 13:44:04 -07:00

7 lines
179 B
PowerShell

write-host "Downloading Python ML samples to your desktop ..."
Update-SessionEnvironment
cd $env:USERPROFILE\desktop
git clone https://github.com/Microsoft/Dev-Advocacy-Samples