From d46935218022d82fed262fb485e112caa1aefd11 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Tue, 22 Sep 2020 22:17:34 +0530 Subject: [PATCH] README: Fix link to virtualenv doc. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11021ff..b74233b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ and [commit guidelines](https://zulip.readthedocs.io/en/latest/contributing/vers `git clone https://github.com//python-zulip-api.git` 2. Make sure you have [pip](https://pip.pypa.io/en/stable/installing/) - and [virtualenv](https://virtualenv.pypa.io/en/stable/installation/) + and [virtualenv](https://virtualenv.pypa.io/en/stable/installation.html) installed. 3. `cd` into the repository cloned earlier: