Add better instructions

This commit is contained in:
Andras Schmelczer 2022-07-08 11:29:10 +02:00
parent ef751358f5
commit ea540e859e
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E

View file

@ -44,7 +44,10 @@ Find the dashboard at [http://localhost:6060](http://localhost:6060/dashboard/).
#### Install #### Install
```sh ```sh
pip install 'great-ai[dev]' python3 -m venv --copies .env
source .env/bin/activate
pip install './[dev]'
flit install --symlink
``` ```
#### Documentation #### Documentation