This repository has been archived on 2025-05-08. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
PyCrypCli/README.md
2022-03-08 18:53:12 +01:00

1.2 KiB

CI Code style: black Maintainability PyPI PyPI Downloads

PyCrypCli

Python Cryptic Game Client

Prerequisites

Install via pip

$ python -m pip install -U PyCrypCli
$ pycrypcli [<server>]

Or clone from GitHub

$ git clone https://github.com/Defelo/PyCrypCli.git
$ cd PyCrypCli/
$ python -m pip install -r requirements.txt
$ python -m PyCrypCli [<server>]

Or pull the Docker Image

# docker run -it --rm ghcr.io/defelo/pycrypcli