Skip to content

Commit

Permalink
Merge branch 'master' of github.com:daawaan4U/MMSU-CS134-MP1
Browse files Browse the repository at this point in the history
  • Loading branch information
daawaan4x committed Oct 19, 2024
2 parents d5ca584 + 2ba859c commit c730b11
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 c730b11

Please sign in to comment.