learning-software-engineering / learning-software-engineering.github.io

MIT License
16 stars 206 forks source link

Installing anaconda Instruction #600

Closed emma0925 closed 3 months ago

emma0925 commented 3 months ago

This PR solves the aspects mentioned in Issue #484, it reconstructed and elaborated on the existing Setup_conda.md.

emma0925 commented 3 months ago

There are a few things should be improved:

  1. There are some pictures waiting to be added for the section about the installation of the Anaconda on MacOS.
  2. The re-direct link in the section about the installation of the Anaconda on MacOS would re-direct to the wrong position. It should re-direct to the sections about the installation of the Anaconda on Windows and Linux respectively.
  3. When describing the installation of Anaconda, it is worth giving some suggestions such as remembering to add conda to the environment path during installation,
  4. the content on the install_conda.md and the Setup_Conda.md were overlapped. Only need to keep one of them.

Thank you for your comment.

muyuxuan946 commented 3 months ago

Hey Emma, considering the extensive nature of this document, it might be more convenient to split it into several files, each addressing distinct sections or topics. Such as install and setup can be in two separate files. Additionally, to enhance navigability, incorporating a table of contents at the beginning can provide a clear roadmap for easy reference. This approach would ensure better organization and accessibility of information.

muyuxuan946 commented 3 months ago

Oh also, there is no pr description. It's better to add one to clarify.

emma0925 commented 3 months ago

@muyuxuan946 @YankeMao I have revised according to your comments. Please take another look. Thanks