From ea540e859e447a6c003bc40cc5f2c24788e90869 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Fri, 8 Jul 2022 11:29:10 +0200 Subject: [PATCH] Add better instructions --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cf5a75..5613295 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,10 @@ Find the dashboard at [http://localhost:6060](http://localhost:6060/dashboard/). #### Install ```sh -pip install 'great-ai[dev]' +python3 -m venv --copies .env +source .env/bin/activate +pip install './[dev]' +flit install --symlink ``` #### Documentation