Skip to content

Commit

Permalink
docs: add note to create library as a package
Browse files Browse the repository at this point in the history
  • Loading branch information
hollandjg committed Dec 1, 2023
1 parent 2d66293 commit 1db28b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cli/basic-usage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The command line interface allows us to load and save `States` and run arbitrary

## Setup

To use the command line, we first define a file containing the functions we want to run on the State.
To use the command line, we first define a package `example` containing the functions we want to run on the State:

```python title="example/lib.py"
--8<-- "https://raw.githubusercontent.com/AutoResearch/autora-core/docs/update-workflow-docs/docs/cli/basic-usage/example/lib.py"
Expand Down

0 comments on commit 1db28b8

Please sign in to comment.