Skip to content

Commit

Permalink
docs(README): poetry shell
Browse files Browse the repository at this point in the history
  • Loading branch information
abrichr authored Feb 29, 2024
1 parent 4eb8061 commit dd9dc9f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,25 @@ See how to set up system permissions on macOS [here](./permissions_in_macOS.md).

## Usage

### Shell

Run this in every new terminal window once before running any openadapt commands below:

```
poetry shell
```

You should see the something like this:

```
% poetry shell
Using python3.10 (3.10.13)
...
(openadapt-py3.10) %
```

Notice the environment prefix `(openadapt-py3.10)`.

### Record

Create a new recording by running the following command:
Expand Down

0 comments on commit dd9dc9f

Please sign in to comment.