Skip to content

Commit 17be161

Browse files
Update README with extra instructions if using Anaconda
Added note about creating and activating a virtual environment before using uv.
1 parent 13a9d81 commit 17be161

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ pip install noaa-jetstream
5151
> # Option A: use uv (faster, cleaner resolver — recommended for conda users)
5252
> pip install uv
5353
> uv pip install noaa-jetstream
54-
>
54+
> # May need to create virtual environment first, so do it in a local directory then activate uv venv then .venv\Activate\scripts.bat
55+
>
5556
> # Option B: skip pip cache
5657
> pip install --no-cache-dir --no-user noaa-jetstream
5758
> ```

0 commit comments

Comments
 (0)