From 8c841e05ddc019fdffd46ac35194a7369b0f166c Mon Sep 17 00:00:00 2001 From: cmungall Date: Fri, 28 Jan 2022 19:07:47 -0800 Subject: [PATCH] install --- docs/install.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/install.md b/docs/install.md index 09f05b8..50122ad 100644 --- a/docs/install.md +++ b/docs/install.md @@ -2,12 +2,10 @@ This project requires [souffle](https://souffle-lang.github.io/) -After installing souffle, install the python here is a normal way. - -Until this is released to pypi: +After installing souffle: ```bash -poetry install +pip install linkml-datalog ``` Docker containers will be provided in future