How to Install python-yaml in Ubuntu 18.04



Install python-yaml by entering the following commands in the terminal:

sudo apt update
sudo apt install python-yaml

Description:

YAML parser and emitter for Python

Python-yaml is a complete YAML 1.1 parser and emitter for Python. It can parse all examples from the specification. The parsing algorithm is simple enough to be a reference for YAML parser implementors. A simple extension API is also provided. The package is built using libyaml for improved speed.

Homepage: https://github.com/yaml/pyyaml

Version: 3.12-1build2

Section: python