From 47b07cbcf51cc4ca8cb63143917dd30abc739653 Mon Sep 17 00:00:00 2001 From: Casu Al Snek Date: Thu, 6 Oct 2022 14:10:01 +0545 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21dd7c1..90437dc 100755 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ If you have an idea for an improvement or feature, create a issue or join the di # 1. Installing/launching application: ## 1.1. From source -Make sure [python3](https://www.python.org/downloads) and [Git](https://git-scm.com/downloads) are installed on your system then +Make sure [python3](https://www.python.org/downloads) and [Git](https://git-scm.com/downloads) are installed on your system, if you are on windows you also need to install Microsoft C++ build tools from [HERE](https://visualstudio.microsoft.com/visual-cpp-build-tools/) and restart your computer before starting build process. - Download or Clone the repo ```git clone https://github.com/casualsnek/onthespot``` - Navigate to the onthespot directory ```cd onthespot``` - Install the dependencies with ```pip install -r requirements.txt```