chore: update instructions
This commit is contained in:
parent
1a9c0038a6
commit
99ddcadd18
1 changed files with 4 additions and 4 deletions
|
@ -29,18 +29,18 @@ See it [in action](https://ayco.io/threads).
|
||||||
|
|
||||||
> For MacOS: https://docs.python.org/3/using/mac.html
|
> For MacOS: https://docs.python.org/3/using/mac.html
|
||||||
|
|
||||||
2. Install dependencies
|
2. Install dependencies and set up the project
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# clone the project
|
# clone the project
|
||||||
$ git clone git@git.sr.ht:~ayoayco/threads
|
$ git clone git@git.sr.ht:~ayoayco/threads
|
||||||
|
|
||||||
# create app config from example
|
|
||||||
$ cp example_config.json config.json
|
|
||||||
|
|
||||||
# go into the project directory
|
# go into the project directory
|
||||||
$ cd threads
|
$ cd threads
|
||||||
|
|
||||||
|
# create app config from example
|
||||||
|
$ cp example_config.json config.json
|
||||||
|
|
||||||
# create python environment:
|
# create python environment:
|
||||||
$ python3 -m venv .venv
|
$ python3 -m venv .venv
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue