chore: update instructions

This commit is contained in:
Ayo Ayco 2024-12-15 11:04:14 +01:00
parent 1a9c0038a6
commit 99ddcadd18

View file

@ -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