Skip to content

Commit

Permalink
Fixed typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecHaring committed Dec 11, 2021
1 parent 16f533f commit 142c312
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 @@ -16,7 +16,7 @@ python3 -m venv ./venv
# Activate the virtual environment:
source ./venv/bin/activate
# Install required packages:
pip3 install -r requirements
pip3 install -r requirements.txt
```

#### Windows
Expand All @@ -30,7 +30,7 @@ python -m venv .\venv
# Activate the virtual environment:
.\venv\Scripts\activate
# Install required packages:
pip3 install -r requirements
pip3 install -r requirements.txt
```

### 2. Set up Google Cloud Information
Expand Down

0 comments on commit 142c312

Please sign in to comment.