From 9fdf0b1454554986262cd8a2d5a903eb1d9166a7 Mon Sep 17 00:00:00 2001 From: yair-mantis Date: Fri, 17 Feb 2023 01:23:11 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46bd634..774e712 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ srsly now, tami automation team suggest to setup using python3.8[1] git clone git@github.com:telavivmakers/boring-admin.git cd boring-admin python -m venv .venv -source ./.venv/scripts/activate #omit the source command on linux +source ./.venv/scripts/activate #omit the source command on windows ./venv/scripts/pip install pip --update pip install green_invoice requests ```