From 56fd75f97503197f4a0a98e9543cbc38eeb19066 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 1 Jul 2024 17:51:24 +0200 Subject: [PATCH] Fix readability --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 776d016..9bdb338 100755 --- a/README.md +++ b/README.md @@ -46,7 +46,9 @@ Follow the instructions below to run stocknear locally on your machine. 1. **Set up virtual env:** `python -m venv env` + `source env/bin/activate` # On macOS/Linux + `.\env\Scripts\activate` # On Windows 2. **Install dependencies:**