Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR: Update conda install command for spyder-kernels 1.x #7610

Merged

Conversation

CAM-Gerlach
Copy link
Member

Pull Request Checklist

  • Read and followed this repo's Contributing Guidelines
  • Based your PR on the latest version of the correct branch (master or 3.x)
  • Followed PEP8 for code style
  • Ensured your pull request hasn't eliminated unrelated blank lines/spaces,
    modified the spyder/defaults directory, or added new icons/assets
  • Described your changes and the motivation for them below

Description of Changes

Per the discussion in spyder-ide/spyder-docs#69 , this PR corrects the install command for spyder-kernels 1.x to use conda-forge, since it isn't available for all platforms on the main defaults channel. Also, fixes a few minor but silly typos in the lines near it.

CONTRIBUTING.md Outdated
@@ -108,7 +108,7 @@ corresponding `1.x` version of `spyder-kernels`.
This can be done via two methods: installing the correct version via `conda`:

```bash
conda install spyder-kernels=1
conda install -c conda-forge spyder-kernels=1.*
Copy link
Member

Choose a reason for hiding this comment

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

As I mentioned in the spyder-docs PR, please change this to

conda install -c spyder-ide spyder-kernels=1.*

Copy link
Member Author

Choose a reason for hiding this comment

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

Yup

README.md Outdated
so to run the `master` branch (Spyder 4) you need to additionally execute:

```bash
conda install spyder-kernels=1.*
conda install -c conda-forge spyder-kernels=1.*
Copy link
Member

Choose a reason for hiding this comment

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

conda-forge -> spyder-kernels

Copy link
Member Author

Choose a reason for hiding this comment

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

👍

@ccordoba12
Copy link
Member

Again, let's wait until we move the spyder-kernels packages to our channel.

@ccordoba12 ccordoba12 changed the title PR: Update conda install command for spyder-kernels 1.x to use conda-forge and fix minor typos PR: Update conda install command for spyder-kernels 1.x Aug 2, 2018
@ccordoba12 ccordoba12 merged commit 0d1d88d into spyder-ide:3.x Aug 3, 2018
ccordoba12 added a commit that referenced this pull request Aug 3, 2018
@CAM-Gerlach
Copy link
Member Author

Thanks!

@CAM-Gerlach CAM-Gerlach deleted the update-spyderkernels-install-cmd branch September 12, 2018 02:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants