Add better instructions
This commit is contained in:
parent
ef751358f5
commit
ea540e859e
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue