Skip to content

Installation

Using hatch, uv or any pyproject-compatible Python manager

In your project, edit file pyproject.toml to add the line

  "maximum-independent-set"

to the list of dependencies.

Using pip or pipx

To install the pipy package using pip or pipx

  1. Create a venv if that's not done yet
$ python -m venv venv
  1. Enter the venv
$ . venv/bin/activate
  1. Install the package
$ pip install maximum-independent-set
# or
$ pipx install maximum-independent-set