We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f94e9a commit 0d55006Copy full SHA for 0d55006
docs/software/pisetup.md
@@ -460,8 +460,13 @@ if you want to use the upload feature:
460
wget -qO- https://rclone.org/install.sh | sudo bash
461
```
462
463
-Your system is all set up and ready to go now! Please close and reopen your terminal
464
-before using the `uv` command to ensure the PATH is updated and `uv` is available.
+Your system is all set up and ready to go now!
+
465
+To make the `uv` command available in your current terminal session, run:
466
467
+``` bash
468
+source $HOME/.local/bin/env
469
+```
470
471
Before running scripts, first navigate to the `insect-detect` directory:
472
0 commit comments