From 57842c2ecf85acb99aaf2eca6873d5a649619dd3 Mon Sep 17 00:00:00 2001 From: terrtia Date: Thu, 8 Feb 2024 14:07:11 +0100 Subject: [PATCH] fix: [doc] fix pystemon install --- doc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index 694610c6..1e737f43 100644 --- a/doc/README.md +++ b/doc/README.md @@ -80,7 +80,7 @@ Available Importers: ```shell cd ail-framework/ . ./AILENV/bin/activate - cd pystemon/ + cd ../pystemon/ pip install -U -r requirements.txt ``` 4. Edit the configuration file ```ail-framework/configs/core.cfg```: