Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daawaan4x authored Sep 19, 2024
1 parent 2df09cb commit 2ba859c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,10 @@ python -m venv .venv

# --- UNIX ---
source .venv/bin/activate # bash/zsh
.venv/Scripts/Activate.ps1 # Powershell
.venv/bin/Activate.ps1 # Powershell

# --- Windows ---
source .venv/bin/Scripts/activate # bash/zsh
source .venv/Scripts/activate # bash/zsh
.venv\Scripts\activate.bat # Command Prompt
.venv\Scripts\Activate.ps1 # Powershell

Expand Down

0 comments on commit 2ba859c

Please sign in to comment.