[Question] Unclear about the two different versions #291
-
|
Hi. Please excuse my ignorance. I read on the pypi page that: [quote] but the only instruction I see to install is Would you mind explaining how to access the rust and python versions, as well as the relationship between the two? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @bobf32 thanks for posting
You'll find this in the FAQ. It's not that easy to find, so I'll add a link in the readme.
It's an either/or relationship. You either have the Rust extension installed, or not (i.e. pure Python). You can use the full API regardless of whether there is a Rust extension or not. |
Beta Was this translation helpful? Give feedback.
Hi @bobf32 thanks for posting
You'll find this in the FAQ. It's not that easy to find, so I'll add a link in the readme.
It's an either/or relationship. You either have the Rust extension installed, or not (i.e. pure Python). You can use the full API regardless of whether there is a Rust extension or not.