Skip to content

Conversation

agl29
Copy link
Collaborator

@agl29 agl29 commented Jun 25, 2025

What changes were proposed in this pull request?

  • Update the docs

How was this patch tested?

  • via hugo serve (manually)

@agl29 agl29 requested review from Copilot, JohanAhlen and bjornalm June 25, 2025 11:12
Copy link
Contributor

@Copilot 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 pull request updates the installation documentation to modernize instructions by adding support for Python 3.11 and updating the guidance for Apple Silicon devices. The key changes include:

  • Adding Python 3.11 as a supported version and updating related environment variable examples.
  • Replacing Intel Mac references with Apple Silicon (M1, M2, M3) terminology.
  • Updating installation instructions and command paths to reflect these changes.
Comments suppressed due to low confidence (1)

docs/docs-site/content/administrator/installation/dependencies/_index.md:236

  • [nitpick] Consider explicitly aligning this note with the supported Python versions listed at the beginning of the document to ensure clarity about which versions are recommended and how installation instructions differ for each.
***Note:** By default, Hue will use the highest available Python version on your system. If you want to use a lower Python version (e.g., Python 3.8 or 3.9), set the `PYTHON_VER` environment variable before building. For Python 3.11, use `./build/env/bin/hue` as the command path. For Python versions lower than 3.11, the command path will be `./build/venvs/python3.x/bin/hue`, where `python3.x` matches your `PYTHON_VER` setting. Both options will work as long as you use the correct path for your Python version.

@agl29 agl29 requested a review from Harshg999 June 25, 2025 11:13
Copy link

github-actions bot commented Jun 25, 2025

⚠️ No test files modified. Please ensure that changes are properly tested. ⚠️

Copy link

github-actions bot commented Jun 25, 2025

UI Code Coverage Report

Lines Statements Branches Functions
Coverage: 33%
39.45% (30805/78075) 31.19% (14346/45989) 24.68% (2208/8944)

Copy link
Collaborator

@Harshg999 Harshg999 left a comment

Choose a reason for hiding this comment

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

Nice, I've left some review comments

Copy link

github-actions bot commented Jun 25, 2025

Coverage

Backend Code Coverage Report •
FileStmtsMissCoverMissing
TOTAL542232706750% 
report-only-changed-files is enabled. No files were changed during this commit :)

@agl29 agl29 force-pushed the update_mac_doc branch 2 times, most recently from 360ccdc to 2756efe Compare June 25, 2025 11:35
Copy link
Collaborator

@Harshg999 Harshg999 left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link
Contributor

@JohanAhlen JohanAhlen left a comment

Choose a reason for hiding this comment

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

LGTM!

@agl29 agl29 merged commit cf106e4 into master Jun 25, 2025
10 checks passed
@agl29 agl29 deleted the update_mac_doc branch June 25, 2025 12:40
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.

3 participants