From f441f8fa9bc81bc60bb8921e9a9034cd8fd6418e Mon Sep 17 00:00:00 2001 From: samypr100 <3933065+samypr100@users.noreply.github.com> Date: Wed, 21 Feb 2024 17:16:40 -0500 Subject: [PATCH] docs: update venv activation for windows (#1836) ## Summary Follow on to PR https://github.com/astral-sh/uv/pull/1811 as part of issue https://github.com/astral-sh/uv/issues/1750. This change updates the windows venv activation to work for both Powershell and Command Prompt instead of just Powershell. This also aligns with what `uv venv` displays. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea3bd4e60..9296246f5 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ To activate the virtual environment: source .venv/bin/activate # On Windows. -.\.venv\Scripts\activate.ps1 +.venv\Scripts\activate ``` To install a package into the virtual environment: