The Ari-web blog. https://blog.ari.lt/
Find a file
Ari Archer 11fd266bf3
update @ Tue 5 Apr 13:59:38 EEST 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-04-05 13:59:38 +03:00
.github/workflows update @ Tue 5 Apr 13:59:38 EEST 2022 2022-04-05 13:59:38 +03:00
content update @ Mon 14 Mar 23:10:10 EET 2022 2022-03-14 23:10:10 +02:00
scripts update @ Sat 2 Apr 21:27:19 EEST 2022 2022-04-02 21:27:19 +03:00
.editorconfig init 2022-03-11 13:35:37 +02:00
.gitignore init 2022-03-11 13:35:37 +02:00
blog.json update @ Sat 2 Apr 20:43:37 EEST 2022 2022-04-02 20:43:37 +03:00
LICENSE init 2022-03-11 13:35:37 +02:00
netlify.toml update @ Sat 2 Apr 20:43:37 EEST 2022 2022-04-02 20:43:37 +03:00
README.md update @ Sat 2 Apr 20:43:37 EEST 2022 2022-04-02 20:43:37 +03:00
requirements.txt update @ Fri 11 Mar 13:52:16 EET 2022 2022-03-11 13:52:16 +02:00
runtime.txt update @ Fri 11 Mar 13:40:22 EET 2022 2022-03-11 13:40:22 +02:00
tox.ini init 2022-03-11 13:35:37 +02:00

Ari-web blogs

Netlify Status

Installing dependencies

$ python3 -m virtualenv venv
$ . venv/bin/activate
$ pip install -r requirements.txt

Or

$ python3 -m pip install --user -r requirements.txt