VictorPy 0.1.32 is a Python lib: installation is just done as any other Python lib.
To install VictorPy 0.1.32, just type:
$ pip3 install victorpy
Installation process creates a victorpy
command for you.
Open a terminal, and check everything works:
$ victorpy -h
INFO VictorPy
usage: victorpy [-h] [serve] [build]
A simple yet powerful static site generator
positional arguments:
serve Launch live server on local directory
build Generate site files in build directory
optional arguments:
-h, --help show this help message and exit