From d213e6db2fb12967aa51cad2c4826c4eac22cbe1 Mon Sep 17 00:00:00 2001 From: jorenham Date: Sun, 22 Dec 2024 01:41:57 +0100 Subject: [PATCH] remove old `Lmo[typing]` install instruction --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index a915350..058a202 100644 --- a/README.md +++ b/README.md @@ -97,13 +97,6 @@ with: pip install lmo ``` -If you care about static typing, then it is recommended to install Lmo as -`Lmo[typing]`, i.e.: - -```shell -pip install Lmo[typing] -``` - ## Roadmap - Automatic trim-length selection.