Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 992 Bytes

install.md

File metadata and controls

47 lines (31 loc) · 992 Bytes

Install

Start playing euchre in your terminal.

Note: The latest version of euchre-cli is compatible with python 3.10+ on macOS, Windows, and Linux.

Install with pip.

pip install euchre-cli

Or install a specific version. Check PyPI for a complete list of installable versions.

pip install euchre-cli==0.3.2

Now, play euchre! Check the Usage Guide or use euchre --help to get going.

Upgrade

Upgrade to the latest version of euchre-cli.

pip install --upgrade euchre-cli

Uninstall

Remove euchre-cli from your environment.

pip uninstall euchre-cli

Remove euchre-cli logs (optional).

  • Linux: rm -rf /var/log/euchre-cli
  • macOS: rm -rf ~/Library/Logs/euchre-cli
  • Windows: rmdir /s /q C:\Users\<USERNAME>\AppData\local\euchre-cli
Last updated: {docsify-updated}