Skip to content

Commit

Permalink
refactor(docs): update installation quick start section
Browse files Browse the repository at this point in the history
  • Loading branch information
simonprovost committed Jul 12, 2024
1 parent 168fc88 commit 7999051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
</details>

Expand Down

0 comments on commit 7999051

Please sign in to comment.