Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 3, 2025

Addresses review feedback on placeholder installation script URL (https://install.fsl-continuum.sh) that would fail for users attempting quick start.

Changes

  • Replaced curl-based placeholder script with pip install fsl-continuum
  • Added source installation alternative using pip install -e .
  • Installation instructions now align with actual project structure defined in pyproject.toml
# Before (broken placeholder)
curl -sSL https://install.fsl-continuum.sh | bash

# After (working pip installation)
pip install fsl-continuum

# Or install from source
git clone https://github.com/your-org/fsl-continuum.git
cd fsl-continuum
pip install -e .

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

…structions

Co-authored-by: SomeRandmGuyy <127457986+SomeRandmGuyy@users.noreply.github.com>
Copilot AI changed the title [WIP] Make requested changes to #9 fix: Replace placeholder installation URL with pip instructions Nov 3, 2025
Copilot AI requested a review from SomeRandmGuyy November 3, 2025 16:37
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.

2 participants