We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb8061 commit dd9dc9fCopy full SHA for dd9dc9f
README.md
@@ -108,6 +108,25 @@ See how to set up system permissions on macOS [here](./permissions_in_macOS.md).
108
109
## Usage
110
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
130
### Record
131
132
Create a new recording by running the following command:
0 commit comments