Retour au téléchargement
Documentation officielle

Documentation YAMLforge Desktop

Guide complet pour une installation et utilisation faciles

Sélectionnez votre OS

Prérequis

You need the following installed:

  • Python 3.6+ - Download from python.org if not installed
  • pip - Comes with Python

Important

Make sure to check "Add Python to PATH" during Python installation.

Étapes d'installation

1

Verify Python Installation

Open PowerShell or Command Prompt and run:

python --version

You should see "Python 3.x.x". If you get an error, install Python first.

2

Install PyYAML Library

Install the required library for YAMLforge:

pip install pyyaml

You should see "Successfully installed" message.

3

Download YAMLforge

Download "yamlforge.py" from the download page.

The file is usually saved to your Downloads folder.

4

Navigate to Downloads Folder

In PowerShell, navigate to your Downloads folder:

cd $env:USERPROFILE\Downloads

Now you're in the folder where yamlforge.py is located.

5

Verify Installation

Run the help command to verify everything works:

python yamlforge.py --help

If you see the help message, installation is complete!

Exemples

Convert YAML to JSON

python yamlforge.py config.yaml config.json

Convert JSON to YAML

python yamlforge.py data.json data.yaml

Output to screen (no file output)

python yamlforge.py config.yaml

Interactive mode

python yamlforge.py -i

In interactive mode, you can type or paste YAML/JSON directly. Type "quit" to exit.

Dépannage

Pas encore téléchargé?

Activez votre licence et téléchargez YAMLforge maintenant.