Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The dependencies can be installed in two ways; the first one is via `conda` crea
cd biomechanical-analysis-framework
conda env create -n <conda-environment-name> --file ci_env.yml
```
* Note: if you are already inside an existing conda environment, you can type instead:
* Note: if you are already inside an existing conda environment, you can type instead the command below AFTER OPENING THE ` ci_env.yml` FILE AND SUBSTITUTING THE ` name` FIELD WITH YOUR ENV NAME:
Copy link

Copilot AI Apr 1, 2025

Choose a reason for hiding this comment

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

[nitpick] The new note contains awkward phrasing and formatting (e.g., extra spaces and all caps) that could be improved for clarity. Consider rephrasing to: '* Note: If you are already inside a conda environment, run the following command after opening ci_env.yml and replacing the name field with your environment name.'

Suggested change
* Note: if you are already inside an existing conda environment, you can type instead the command below AFTER OPENING THE ` ci_env.yml` FILE AND SUBSTITUTING THE ` name` FIELD WITH YOUR ENV NAME:
* Note: If you are already inside a conda environment, run the following command after opening ci_env.yml and replacing the `name` field with your environment name:

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Buy why do you need to change the name field in the yml file? You are already in your environment and the command conda env update --file ci_env.yml ignores that field

```
cd biomechanical-analysis-framework
conda env update --file ci_env.yml
Expand Down