Installation

Compatibility

  • Python 3.6+ (for Python 3.6 it may be necessary to run export LC_ALL=en_US.utf-8)

  • Ubuntu

  • MacOS

  • Windows10

    • Working in Command Prompt, PowerShell, Git Bash, Cmder

    • For Git Bash invoking the tool may require prefixing the commands with winpty. More reading: git-for-windows, winpty.

      $ winpty poems
      

Stable Release

To install most recent Poetry Poems version, run the following command in your terminal (MacOS + Ubuntu + Windows):

$ pip3 install poetry-poems

Note

Poems requires the curses module, which is a part of the Python standard library and ready to use on Unix systems. However, curses module is not available on Windows. Therefore, Poems automatically installs windows-curses for Windows.