Skip to content

Fix incorrect conda environment creation command in README#352

Merged
cokelaer merged 2 commits intomainfrom
copilot/fix-install-command
Mar 6, 2026
Merged

Fix incorrect conda environment creation command in README#352
cokelaer merged 2 commits intomainfrom
copilot/fix-install-command

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 6, 2026

conda env create expects a YAML environment file — it's the wrong subcommand for creating a named environment with specific packages.

Change

  • README.rst: Replace conda env create --name bioconvert mamba with conda create --name bioconvert mamba
- conda env create --name bioconvert mamba
+ conda create --name bioconvert mamba

This aligns with the correct usage already present in doc/installation.rst.

Original prompt

This section details on the original issue you should resolve

<issue_title>Wrong install command</issue_title>
<issue_description>
"conda env create --name bioconvert python=3.6 mamba" does not work. A possible update could be:

"conda create --name bioconvert python=3.6 mamba "</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: cokelaer <778821+cokelaer@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix wrong install command for bioconvert Fix incorrect conda environment creation command in README Mar 6, 2026
@cokelaer cokelaer marked this pull request as ready for review March 6, 2026 14:06
@cokelaer cokelaer merged commit 0044ee3 into main Mar 6, 2026
1 check passed
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.

Wrong install command

2 participants