[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? |
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. |
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.