How to use Co-op Translator command line interface (CLI)

May 26, 2025 ยท View on GitHub

Prerequisites

  • Python 3.10 or higher: Required for running the Co-op Translator.

Table of Contents

  1. Create an '.env' file in the root directory
    • Include necessary keys for the chosen language model service.
    • If Azure Computer Vision keys are omitted or -md is specified, the translator will operate in Markdown-only mode.
  2. Install the Co-op translator package
  3. Translate your project using Co-op Translator

Contents

  1. 1Prerequisites
  2. 2Table of Contents