- Install python 3
- On windows add C:\PythonX\Scripts to environment path
pip3 install -r requirements.txt
Using venv:
python3 -m venv ~/.py/assertfail
source ~/.py/assertfail/bin/activate
pip3 install -r requirements.txt
- Install ruby
gem install bundler
bundle install
you might need to do the following:
gem install bundler -v "$(grep -A 1 "BUNDLED WITH" Gemfile.lock | tail -n 1)"
when you get can't find gem bundler with executable bundle
In order to submit a comment, just create an issue in the repository and link to the blog post you want to write a comment on. If you want the comment to be published on the blog, then I can help you with that in an issue.
In order to add comments to a post, simply add a comment in the following manner in the yml post file:
title: Immutable classes in C#
date: 2020-01-26T17:42:35+01:00
tags: C#
comments:
- author: Oskar
content: How often do you really use them?
date: 2020-01-26T17:42:35+01:00
This means that the comments are in the head of the yml file, while rendered in the bottom in the theme.