Skip to content

Commit

Permalink
Update INSTRUCTIONS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HemanthSai7 authored Sep 13, 2021
1 parent 5f084b3 commit 1d97268
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions INSTRUCTIONS.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
- <h2>Setup Instructions</h2>

- <h3>Base Operating System used while making this prototype (Windows 10)</br></h3>
Install Windows 10 and apply all updates.
- ### Base Operating System used while making this prototype (Windows 10)</br>
Install Windows 10 and apply all updates.

- <h3>Edge<br></h3>
- ### Edge<br>
Install Edge (Chromium), or any other browser

- <h3>.NET Core SDK<br></h3>
- ### .NET Core SDK<br>
Download and install from https://dotnet.microsoft.com/download<br>
(download .NET Core SDK - not just the runtime)

- <h3>C++ Redistributable<br></h3>
- ### C++ Redistributable<br>
Download and install the Visual C++ Redistributable (x64) from https://aka.ms/vs/16/release/vc_redist.x64.exe.

- <h3>Node.JS<br></h3>
- ### Node.JS<br>
Download the latest LTS version from https://nodejs.org/en/download/<br>
Install using the default options

- <h3>Python (and required packages)<br></h3>
- ### Python (and required packages)<br>
Download version 3.8 from https://docs.conda.io/en/latest/miniconda.html<br>
Run setup to install - Important: Select the options to add Miniconda to the PATH variable and to register Miniconda as the default

- <h3>Python environment<br></h3>
- ### Python environment<br>
After installation, open the Anaconda prompt and enter the following commands to install packages:

- <h3>Code<br></h3>
- ### Code<br>
<i>pip install flask requests python-dotenv pylint matplotlib pillow</i><br>
<i>pip install --upgrade numpy</i>

- Azure CLI<br>
- ### Azure CLI<br>
Download from https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest<br>
Install using the default options

- Git<br>
- ### Git<br>
Download and install from https://git-scm.com/download.html, using the default options

- Visual Studio Code (and extensions)<br>
- ### Visual Studio Code (and extensions)<br>
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:
- ### 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

0 comments on commit 1d97268

Please sign in to comment.