blog.ari.lt/README.md
Ari Archer 7ebd654c57
update @ Sat 2 Apr 20:43:37 EEST 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-04-02 20:43:37 +03:00

25 lines
979 B
Markdown

# [Ari-web blogs](https://blog.ari-web.xyz/)
<p align="center">
<img src="https://img.shields.io/badge/Maintained-Yes-green?color=red&style=flat-square">
<img src="https://img.shields.io/github/last-commit/TruncatedDinosour/blog.ari-web.xyz?color=red&style=flat-square">
<img src="https://img.shields.io/github/repo-size/TruncatedDinosour/blog.ari-web.xyz?color=red&style=flat-square">
<img src="https://img.shields.io/github/issues/TruncatedDinosour/blog.ari-web.xyz?color=red&style=flat-square">
<img src="https://img.shields.io/github/stars/TruncatedDinosour/blog.ari-web.xyz?color=red&style=flat-square">
</p>
[![Netlify Status](https://api.netlify.com/api/v1/badges/bbd7d670-9152-41a8-8c99-df57e4669606/deploy-status)](https://app.netlify.com/sites/blog-ari-web/deploys)
## Installing dependencies
```sh
$ python3 -m virtualenv venv
$ . venv/bin/activate
$ pip install -r requirements.txt
```
Or
```sh
$ python3 -m pip install --user -r requirements.txt
```