How to install by pixi #13925
Unanswered
lamrongol
asked this question in
Help: Installation
Replies: 1 comment
-
|
That can be tricky but here is a step by step process. Installing spaCy with pixi: The tricky part, python -m spacy download equivalent: So there are two approaches: or add it to your pixi.toml: Run the download command via pixi shell: I recommend going with the use pixi's PyPI support or add it to your pixi.toml. I hope this was helpful, please mark it as answered if it was. Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
pixi( https://pixi.prefix.dev/latest/ ) is package management tool like conda.
How can I use spacy by pixi? Especially, what would be the equivalent command for
python -m spacy download?Beta Was this translation helpful? Give feedback.
All reactions