From 2cede02119c0b7be4a27c2a4025f7182087898d8 Mon Sep 17 00:00:00 2001 From: John Isom Date: Wed, 13 Dec 2023 09:53:58 -0700 Subject: [PATCH] Release v0.3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83c3f3c..89582da 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Install this application: - `miniconda`: https://docs.conda.io/projects/miniconda/en/latest/miniconda-install.html - If you already have miniconda or anaconda installed (`conda` is a command in your terminal), skip this step. -Download this repository by heading over to the [latest release](https://github.com/johnisom/wildfire-analyzer/releases/tag/v0.2) and downloading the source code. Unzip it. +Download this repository by heading over to the [latest release](https://github.com/johnisom/wildfire-analyzer/releases/tag/v0.3) and downloading the source code. Unzip it. Then, open your terminal and navigate to the unzipped repository. In a terminal with miniconda active (`conda` is a useable command), install python package dependencies: ```sh