Skip to content

Add PyPI installation instructions to README#99

Merged
marceljungle merged 2 commits into
developfrom
copilot/update-readme-pip-install
Oct 12, 2025
Merged

Add PyPI installation instructions to README#99
marceljungle merged 2 commits into
developfrom
copilot/update-readme-pip-install

Conversation

Copy link
Copy Markdown

Copilot AI commented Oct 12, 2025

Summary

Added PyPI installation instructions to the README's Installation section. The package is available on PyPI as mycelium-ai but the README only mentioned source installation.

Changes

  • Added pip install mycelium-ai as the primary installation method
  • Reorganized the Installation section to show PyPI installation first
  • Kept source installation as an alternative for developers

Before

The README only showed source installation:

# Clone and install
git clone https://github.com/marceljungle/mycelium.git
cd mycelium
pip install -e .

After

Now includes PyPI installation as the primary method:

# Install from PyPI
pip install mycelium-ai

Or install from source:

# Clone and install
git clone https://github.com/marceljungle/mycelium.git
cd mycelium
pip install -e .

This makes it easier for users who just want to use Mycelium without needing to clone the repository.

Original prompt

Introduce in the readme that the package can also be installed through pip install since it is uploaded to pypi. Keep it simple, go straight to the point.


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

Co-authored-by: marceljungle <44347173+marceljungle@users.noreply.github.com>
Copilot AI changed the title [WIP] Add pip installation instructions to README Add PyPI installation instructions to README Oct 12, 2025
Copilot AI requested a review from marceljungle October 12, 2025 10:37
@marceljungle marceljungle marked this pull request as ready for review October 12, 2025 10:52
@marceljungle marceljungle merged commit 3bb315a into develop Oct 12, 2025
1 check passed
@marceljungle marceljungle deleted the copilot/update-readme-pip-install branch October 12, 2025 16:08
@github-actions github-actions Bot mentioned this pull request Mar 30, 2026
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