Docs
dev
installing

installing.md - installing Gambit Pairing with pip

Installation - pip

  1. Install Python 3.9 or higher.
  2. Download or clone this repository.
  3. if bash is on your $PATH run install.sh
    OR

    install the pip package defined by the pyproject.toml in git root
    from the root dir with pyproject.toml

    pip install .

Usage

  • Run the application:
    gambit-pairing

installation - pyinstaller executable -- on unixlike system

./make_executable.sh cp dist/gambit-pairing ~/.local/bin/

now gambit-pairing should be executable from shell

  • if ~/.local/bin is on path