installing.md - installing Gambit Pairing with pip
Installation - pip
- Install Python 3.9 or higher.
- Download or clone this repository.
- if bash is on your $PATH run install.sh
ORinstall the pip package defined by the pyproject.toml in git root
from the root dir with pyproject.tomlpip 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