k2-fsa / k2

FSA/FST algorithms, differentiable, with PyTorch compatibility.
https://k2-fsa.github.io/k2
Apache License 2.0
1.1k stars 214 forks source link

update installation doc #1230

Closed csukuangfj closed 1 year ago

csukuangfj commented 1 year ago

This PR removes doc about installation with conda

Too many users have trouble with k2 using conda install. We provide manylinux wheels now; users can download it or use pip install to install it.

Providing only one way to install k2 from pre-compiled wheels makes it less likely to make a mistake when installing k2.