From edbf4be5030440bb265860678d6483fb63e5df31 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Thu, 24 Dec 2020 17:16:00 +0100 Subject: Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5c911a..08b9bf5 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ $ source ./venv/bin/activate ### Windows -1. Install (Python)[python.org], and in the installer enable **Add Python to the path**. +1. Install [Python](https://www.python.org), and in the installer enable **Add Python to the path**. 2. Navigate to the project directory using Explorer, then Shift + Right Click and *Open Powershell Window here* 3. In the Powershell you can now create a VirtualEnv by typing ```powershell -- cgit v1.2.1