Skip to content

Install instructions and extras: README says pip install process-improve, but the book's code needs the plotting extras #283

Description

@kgdunn
  • README.md:70: "Install it with pip install process-improve". Since process-improve 1.24.11 the base wheel no longer includes plotly (moved to the plotting / all extras), and every code block in the book plots with plotly. The chapters that do give an install line say pip install 'process-improve[all]' (judging-and-comparing-designs.rst:87, multi-response-optimization.rst:68) or [expt] (mixed-level-profile-case-study.rst:110, correctly, because pyoptex cannot coexist with [all]).
  • data-visualization/box-plots.rst:84-91 introduces process_improve.visualization.raincloud with no install line; the import succeeds on a base install and the call then fails with the library's "install process-improve[plotting]" message.

Fix: align the README on pip install 'process-improve[all]', and add the install line where a chapter first uses the library. Found during the book-against-library sweep (#274).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions