From ec7fb47b69c0e07632ef384ef8c6d1e79fa51695 Mon Sep 17 00:00:00 2001 From: Salami Mary Date: Wed, 29 Jun 2022 01:17:58 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bb46b3..dd465de 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ This project implementation consists of the following methods: 2. Copy satellite2map.py from cloned repository and place it inside Satellite2Map folder. 3. In Visual Studio Code, open satellite2map.py in preparation to run the script. +#### **Set up the conda environment** + conda create -n satellite2map python=3.8 + conda activate satellite2map + ###### **Install python packages** pip install -r requirements.txt @@ -27,7 +31,7 @@ This project implementation consists of the following methods: ## **Run the model** Now, we are all set to run the script. - + python satellite2map.py ## **Walkthrough Video** **Implementation**\ [](https://youtu.be/W8YkFw8Y_ew)