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)