Skip to content

Change mendeleev installation command to conda-forge - #245

Merged
lmmentel merged 2 commits into
masterfrom
fix/conda-install
Nov 22, 2025
Merged

Change mendeleev installation command to conda-forge#245
lmmentel merged 2 commits into
masterfrom
fix/conda-install

Conversation

@lmmentel

@lmmentel lmmentel commented Nov 21, 2025

Copy link
Copy Markdown
Owner

Updated installation command for mendeleev package to use conda-forge channel.

fixes #244

lmmentel and others added 2 commits November 21, 2025 16:26
Updated installation command for mendeleev package to use conda-forge channel.

Copilot AI left a comment

Copy link
Copy Markdown

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 updates the conda installation instructions to use the conda-forge channel instead of the personal lmmentel channel. This change aligns with conda best practices and ensures users install from the official conda-forge repository.

  • Updated conda installation command from conda install -c lmmentel mendeleev=1.1.0 to conda install conda-forge::mendeleev
  • Removed version pinning to allow users to install the latest available version
  • Updated documentation references from personal Anaconda channel to conda-forge channel

Reviewed changes

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

File Description
docs/source/install.rst Updated conda installation command and channel reference to use conda-forge
README.md Updated conda installation command to use conda-forge channel

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@lmmentel
lmmentel merged commit 580e340 into master Nov 22, 2025
26 checks passed
@lmmentel
lmmentel deleted the fix/conda-install branch November 22, 2025 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Installation instructions are incorrect

2 participants