diff --git a/README.md b/README.md
index 12916766d8c1b2e79bb917a2bb37bbf234741a80..f929a8217788f9dd31fe8612a34c6bc37c549e78 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,8 @@ of sequences:
   inspired by Michael Farrar[\[3\]](#ref3).
 - Vectorized matrix row look-up using `permute` instructions of [AVX2](https://fr.wikipedia.org/wiki/Advanced_Vector_Extensions).
 
+*This is the Rust version, there is a [Python package](https://pypi.org/project/lightmotif) available as well.*
+
 ## 💡 Example
 
 ```rust
diff --git a/lightmotif-py/README.md b/lightmotif-py/README.md
index c5ac309e9cd0e49f5029e1af02019515c8c68d9c..9007240b790f6e61d7cd223d0d22269de1df0345 100644
--- a/lightmotif-py/README.md
+++ b/lightmotif-py/README.md
@@ -43,6 +43,7 @@ of sequences:
   inspired by Michael Farrar[\[3\]](#ref3).
 - Vectorized matrix row look-up using `permute` instructions of [AVX2](https://fr.wikipedia.org/wiki/Advanced_Vector_Extensions).
 
+*This is the Python version, there is a [Rust crate](https://crates.io/crates/lightmotif) available as well.*
 
 ## 🔧 Installing