Skip to content

Commit dd9dc9f

Browse files
authored
docs(README): poetry shell
1 parent 4eb8061 commit dd9dc9f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,25 @@ See how to set up system permissions on macOS [here](./permissions_in_macOS.md).
108108

109109
## Usage
110110

111+
### Shell
112+
113+
Run this in every new terminal window once before running any openadapt commands below:
114+
115+
```
116+
poetry shell
117+
```
118+
119+
You should see the something like this:
120+
121+
```
122+
% poetry shell
123+
Using python3.10 (3.10.13)
124+
...
125+
(openadapt-py3.10) %
126+
```
127+
128+
Notice the environment prefix `(openadapt-py3.10)`.
129+
111130
### Record
112131

113132
Create a new recording by running the following command:

0 commit comments

Comments
 (0)