Skip to content

Conversation

@tschm
Copy link
Member

@tschm tschm commented May 25, 2025

No description provided.

@tschm tschm linked an issue May 25, 2025 that may be closed by this pull request
@tschm tschm requested a review from Copilot May 25, 2025 07:47
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR modernizes environment setup by moving to uv-based virtual environments and streamlines documentation to use make commands.

  • Updated README with emojis and simplified install/test instructions using make
  • Replaced python -m venv with uv venv in the Makefile and consolidated targets
  • Enhanced Makefile help, formatting, and added comments

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
README.md Added emojis, rephrased overview, and switched install/test to make
Makefile Introduced venv target using uv, clarified help, reorganized tasks

@tschm tschm requested a review from Copilot May 25, 2025 07:59
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR moves the Makefile to use uv instead of the standard venv and simplifies the README instructions.

  • README.md: Updated with new emoji-enhanced headers and simplified installation/testing instructions.
  • Makefile: Replaced venv commands with uv commands for virtual environment creation, dependency installation, formatting, book building, and JupyterLab startup.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
README.md Enhanced overview and getting started sections with updated steps and emoji headers.
Makefile Migrated virtual environment and command executions from venv to uv, updating commands accordingly.

@tschm tschm requested a review from SteveDiamond May 25, 2025 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move to uv

1 participant