From 7999051baaac67f151a4a108df0b8f0e4c234ec2 Mon Sep 17 00:00:00 2001 From: Provost Simon Date: Fri, 12 Jul 2024 15:03:10 +0100 Subject: [PATCH] refactor(docs): update installation quick start section --- docs/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quick-start.md b/docs/quick-start.md index ae69ae8..4656048 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -46,7 +46,7 @@ To install `Sklong`, follow these two easy steps: If you want to try `Sklong` in a simple environment without a proper `pyproject.toml` file (such as using `Poetry`, `PDM`, etc.), run the following command: ```shell - pip uninstall scikit-learn && pip install scikit-lexicographical-trees + pip uninstall scikit-learn scikit-lexicographical-trees && pip install scikit-lexicographical-trees ```