Skip to content

Instantly share code, notes, and snippets.

@aglove2189
Last active May 6, 2019 20:06
Show Gist options
  • Save aglove2189/9aafcd700d5dacc45857c1d56f3244c3 to your computer and use it in GitHub Desktop.
Save aglove2189/9aafcd700d5dacc45857c1d56f3244c3 to your computer and use it in GitHub Desktop.
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco install chrome
choco install git
choco install cmder
choco install vscode
choco install anaconda3
conda config --add channels conda-forge
conda install black hyperopt lightgbm loguru mlxtend pandas-profiling pyarrow shap tokei
Start-Process "chrome.exe" "https://www.lfd.uci.edu/~gohlke/pythonlibs/#xgboost"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment