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

Please add more detail and examples in installing a local Python package #63

Open
MRYingLEE opened this issue Oct 15, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@MRYingLEE
Copy link

In https://xeus-python-kernel.readthedocs.io/en/latest/configuration.html, it says that: "You can also install a local Python package, this is very practical if you want to embed a jupyterlite deployment in your Package documentation, allowing to test the very latest dev version:

name: xeus-python-kernel
channels:
  - https://repo.mamba.pm/emscripten-forge
  - conda-forge
dependencies:
  - pip:
      - .."

If I want to install a wheel named "a.wheel", it seems the following YAML works

dependencies:
  - pip:
      - "./a.wheel"

To install wheels of a folder named b, it seems the following YAML does not work.

dependencies:
  - pip:
      - "./b/*.wheel"

I am wondering what is the right way to do so.

@MRYingLEE MRYingLEE added the documentation Improvements or additions to documentation label Oct 15, 2023
@jtpio jtpio transferred this issue from jupyterlite/xeus-python-kernel Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant