Add FAQ (#2836)
This commit is contained in:
parent
5d240e1898
commit
e37fb6f094
7 changed files with 113 additions and 0 deletions
14
source/_faq/libyaml.markdown
Normal file
14
source/_faq/libyaml.markdown
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
layout: page
|
||||
title: "libyaml"
|
||||
description: "libyaml is not found or a compiler error"
|
||||
date: 2017-06-18 09:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
ha_category: Installation
|
||||
---
|
||||
|
||||
|
||||
On a Debian system, install the Python 3 YAML library by `sudo apt-get install python3-yaml`.
|
Loading…
Add table
Add a link
Reference in a new issue