From 99ddcadd181f3999e2410485568c123c493ed521 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 15 Dec 2024 11:04:14 +0100 Subject: [PATCH] chore: update instructions --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ed704c3..b4e4d2f 100644 --- a/README.md +++ b/README.md @@ -29,18 +29,18 @@ See it [in action](https://ayco.io/threads). > For MacOS: https://docs.python.org/3/using/mac.html -2. Install dependencies +2. Install dependencies and set up the project ```bash # clone the project $ git clone git@git.sr.ht:~ayoayco/threads - # create app config from example - $ cp example_config.json config.json - # go into the project directory $ cd threads + # create app config from example + $ cp example_config.json config.json + # create python environment: $ python3 -m venv .venv