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