Closed thistlillo closed 3 years ago
Hey @thistlillo, thanks a lot for your remarks! Is it ok for you to open a pull request to improve the things you mentioned? It'd be really helpful but there's no problem if you don't feel comfortable with that.
Hello @ccordoba12, opening a pull request would not be a problem (indeed, I would love to contribute, even if with a less than minimal help), but I would not be able to modify the instructions. I do not know for certain:
Hi @thistlillo. We are happy to help you get the right information to contribute.
The recommended method of installation is our Standalone installers, for users with Windows and Mac. For users with Linux or with some special needs (or those who prefer anaconda), they can download Anaconda which comes with Spyder. However, the link that we have there is outdated. The correct link for installing Anaconda is the following https://www.anaconda.com/products/individual. I think fixing the link and removing the "Recommended" in the section you mentioned is enough with respect to this.
With respect to to the update of Spyder. When using the standalone installers, the only way to update it is downloading Spyder again. The link on our main webpage https://www.spyder-ide.org/#section-download always points to the latest release. For Mac users, clicking the link and downloading the dmg is enough since you can "override" the version that you had previously (If it was installed using the standalone installers). For Windows, (Im not quite sure since I'm not a Windows user) I think they need to uninstall the application from the control panel and then download it again from the link on our webpage. However if you are a Windows user, you can check if it is necessary to remove the Application from the control panel or if it overrides it as in Mac. In this case, I think you can add this explanation at the beginning of the section "Uploading Spyder" so that we make sure that users that have installed Spyder with the Standalone installers know how to do it.
You need to make the changes in the branch 4.x and master since the latter is the one that points to the Spyder 5 documentation. @ccordoba12 please correct me if I'm wrong and let us know if I missed something important.
Please let me know if you have any other questions of if you need any help with the PR. I will review it once you have it ready. :)
@thistlillo please let me know before Saturday if you will be doing the PR so we can wait for you. Otherwise I'll work on it next week :)
I confirm. I can work on it next week, starting from Wednesday (several deadlines in the meantime).
We really appreciate your offer of help, @thistlillo . FYI, updating the "Updating Spyder" section has been one of the issues documented to be improved as part of #201 for some time now, and the basic content needed is discussed there, but unfortunately I hadn't yet found the time to actually add it. If you'd like to help address that aspect in this separate issue, you are free to use the information there, and we can review and guide you along the way.
Thank you, @CAM-Gerlach. I have read the discussion you cited and will certainly include all of the comments in what I will propose.
Ok, so I am branching out the repository for the updates to the docs. I am about to clone this:
then, after you approve the merge, I will add the instructions to the current master. Is it ok for you?
I think this page needs some fixes:
https://docs.spyder-ide.org/current/installation.html
That is the page reached when clicking on "Installation guide" in this dialog:
1) From the section "Standalone installers", I understand that those are the recommended Win/Mac installation method: Our standalone installers for Windows and macOS are available from Spyder 4.2 onwards. We recommend using this installation method on those platforms, But in section "Updating spyder" I read: If you installed Spyder through Anaconda (recommended) so a reader is confused about which one the recommended method is.
2) The "Updating spyder" section contains instructions for updating the app when
package managers
andpip
were used for the initial installation. There is nothing concerning the update when a standalone installer was used. In that section, I would expect to read how I should proceed in the latter case: should I first uninstall spyder? Can I just run the installer of the new version?Regards