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: README.md
+12-20Lines changed: 12 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,42 +31,34 @@ A Streamlit web app for **validating** bird species detections made by [BirdNET]
31
31
32
32
### Option A: One-line install (recommended)
33
33
34
-
> **Never used Python before? No problem!**Follow the steps below.
34
+
> **Never used Python before? No problem!**You don't need to install Python — the tool below handles everything.
35
35
36
-
#### Step 1: Install Python
36
+
#### Step 1: Install uv
37
37
38
-
Download and install Python from [python.org](https://www.python.org/downloads/) (version 3.10 or newer).
39
-
40
-
-**Windows:** Download the installer, run it, and **check the box "Add Python to PATH"** before clicking Install
41
-
-**Mac:** Download the macOS installer and follow the prompts
42
-
-**Linux:** Python is usually pre-installed. Check with `python3 --version`
43
-
44
-
#### Step 2: Install the app
45
-
46
-
Open a terminal (or Command Prompt on Windows) and run:
38
+
[uv](https://docs.astral.sh/uv/) is a fast Python package manager that **automatically installs Python for you**. Open a terminal (or Command Prompt on Windows) and run:
Replace the paths with your actual directories. The app opens in your browser automatically. 🎉
57
+
Replace the paths with your actual directories. The first run downloads dependencies (may take a minute); subsequent runs start instantly. The app opens in your browser automatically. 🎉
66
58
67
59
> **Windows tip:** Use backslashes in paths and put the whole command on one line:
0 commit comments