-
-
Install Windows 10 and apply all updates.
-
Install Edge (Chromium), or any other browser
-
Download and install from https://dotnet.microsoft.com/download
(download .NET Core SDK - not just the runtime) -
Download and install the Visual C++ Redistributable (x64) from https://aka.ms/vs/16/release/vc_redist.x64.exe.
-
Download the latest LTS version from https://nodejs.org/en/download/
Install using the default options -
Download version 3.8 from https://docs.conda.io/en/latest/miniconda.html
Run setup to install - Important: Select the options to add Miniconda to the PATH variable and to register Miniconda as the default -
After installation, open the Anaconda prompt and enter the following commands to install packages:
-
pip install flask requests python-dotenv pylint matplotlib pillow
pip install --upgrade numpy -
Download from https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest
Install using the default options -
Download and install from https://git-scm.com/download.html, using the default options
-
Download from https://code.visualstudio.com/Download Install using the default options
-
After installation, start Visual Studio Code and on the Extensions tab (CTRL+SHIFT+X), search for and install the following extensions from Microsoft:
- Python
- Azure Functions
- PowerShell
-