Skip to content

Commit

Permalink
Add reference for each file
Browse files Browse the repository at this point in the history
  • Loading branch information
YankeMao committed Mar 20, 2024
1 parent 614afd7 commit 561bdfd
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Topics/Development_Process/Conda/Managing_channels.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ Information about channels and how they are searched through when installing pac
- **Using Strict Priority**: This is recommended for faster operations and fewer incompatibility problems, but it might limit the availability of certain packages if they're only found in lower-priority channels.

For more comprehensive guidance, refer to the official documentation on [Managing Channels](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-channels.html).

## Reference

1. Conda Official Documentation. Available at: [Conda Documentation](https://docs.conda.io/projects/conda/en/latest/index.html)
4 changes: 4 additions & 0 deletions Topics/Development_Process/Conda/Managing_environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,7 @@ Various operations involved with creating, updating, exporting, and removing env
- The removal can be verified using `conda info --envs`.

For more comprehensive guidance, refer to the official documentation on [Managing Environments](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html).

## Reference

1. Conda Official Documentation. Available at: [Conda Documentation](https://docs.conda.io/projects/conda/en/latest/index.html)
4 changes: 4 additions & 0 deletions Topics/Development_Process/Conda/Managing_packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@ Details related to how to find, install, remove, and update packages in a given
- To find what packages depend on a specific package, use a combination of `conda search` and file searching in the Conda package cache.

For more comprehensive guidance, refer to the official documentation on [Managing Packages](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-pkgs.html).

## Reference

1. Conda Official Documentation. Available at: [Conda Documentation](https://docs.conda.io/projects/conda/en/latest/index.html)
3 changes: 3 additions & 0 deletions Topics/Development_Process/Conda/Manging_Conda.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ Everything necessary to know about managing your installation of conda

For more comprehensive guidance, refer to the official documentation on [Managing Conda](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-conda.html).

## Reference

1. Conda Official Documentation. Available at: [Conda Documentation](https://docs.conda.io/projects/conda/en/latest/index.html)

0 comments on commit 561bdfd

Please sign in to comment.