update dependencies

This commit is contained in:
2023-09-05 15:25:32 +06:00
parent f4b57c9a21
commit 9be8019a4b
4 changed files with 892 additions and 10 deletions

View File

@@ -4,9 +4,20 @@ It is a documentation repository for the projects of [InsanusMokrassar](https://
## Running locally
### Install poetry
For the ease of dependencies management, this repository uses [Poetry](https://python-poetry.org), a Python project & dependencies manager.
In case you wish to interact with these docs locally, make sure to [install](https://python-poetry.org/docs/#installation) it first.
### Install dependencies
```bash
poetry install --no-root
```
### Build and run
In `Fleet` you may use [these configs](https://github.com/InsanusMokrassar/docs/blob/master/.fleet/run.json) to work with the repo.
To build or run it in vanilla terminal, use the following commands: