From a668c98487f8f1fcdff72fa9d82473449b279c80 Mon Sep 17 00:00:00 2001 From: Konstantinos Nikoletos Date: Tue, 18 Jun 2024 15:31:11 +0300 Subject: [PATCH] Update intro.md --- docs/intro.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/intro.md b/docs/intro.md index 4f7acc1..34c35ea 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -15,8 +15,8 @@ pyJedAI is a python framework, aiming to offer experts and novice users, robust # Install ```{warning} -We are currently experiencing issues with pypi installation due to a problem with the [py-stringmatching](https://pypi.org/project/py-stringmatching/) dependency. We are actively working on resolving it! A temporary solution is to use first install: -`pip install 'numpy>=1.7.0,<2.0'` and afterwords `pip install pyjedai`. +We are currently experiencing issues with pypi installation due to a problem with the [py-stringmatching](https://pypi.org/project/py-stringmatching/) dependency. We are actively working on resolving it! A temporary solution is to first install: +`pip install 'numpy>=1.7.0,<2.0'` and then `pip install pyjedai`. ``` pyJedAI has been tested in Windows and Linux OS.