doc: Running example from project root
This commit is contained in:
parent
aa315ad31e
commit
926aaa4364
|
@ -7,8 +7,9 @@ pushd Example
|
|||
lake build
|
||||
popd
|
||||
```
|
||||
This would generate compiled `.olean` files. Then run the example
|
||||
This would generate compiled `.olean` files. Then run the example from the
|
||||
project root:
|
||||
``` sh
|
||||
python3 aesop.py
|
||||
poetry run examples/aesop.py
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue