Scheme of notation
File names
File names are written in color, like
/path/to/a/certain/file.
Unix shell commands
Commands to be executed on the Unix shell are written as
> cd an/arbitrary/path
> ./setup_somethingUseful.py --foo number [--bar]
with values in
italics specifying variable content and optional values indicated in [brackets].