You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skills/tinyml-agentic-skill/references/skill_setup_guide.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,9 +30,8 @@ If `success: false`, show the user the `errors` and `hint` fields and ask them t
30
30
**Setup repo and environment for working**
31
31
32
32
Once the repository is installed and the installation is verified, also verify if the repository has been set-up with a virtual environment and is ready for use.
33
-
First check to find a virtual environment which may be present at the root level of the tinyml-tensorlab repository (installed at `$TINYML_BASE_PATH`).
34
-
Try `source .venv/bin/activate` or `source venv/bin/activate`.
35
-
Then try running the following script:
33
+
34
+
Try running the following script:
36
35
```python
37
36
38
37
import tinyml_modelmaker
@@ -99,4 +98,6 @@ ls $TINYML_TENSORLAB_DOCS_PATH/getting_started/ 2>/dev/null | head -3
99
98
```
100
99
If this returns no output or an error, the path is wrong. Correct value is `$TINYML_BASE_PATH/docs/source/`. Fix it before writing to `.env`.
101
100
102
-
**ALWAYS CREATE A LOCAL `.env` FILE WITH ALL OF THE ABOVE 4 ENV VARIABLES**
101
+
**ALWAYS CREATE A LOCAL `.env` FILE WITH ALL OF THE ABOVE 4 ENV VARIABLES**
102
+
103
+
After the `tinyml-tensorlab` repository is fully set up, index the repository and ensure you understand it fully. You must be able to retrieve relevant context whenever necessary going forward.
0 commit comments