From c7a285c541129ce93fc819908780ebc70cff4a1c Mon Sep 17 00:00:00 2001 From: Niraj Singh <110809167+singhniraj08@users.noreply.github.com> Date: Thu, 9 Mar 2023 12:47:03 +0530 Subject: [PATCH] Fix Install Numpy link Fixed Install NumPy instructions link to "https://numpy.org/install/" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d0d3221..30703396 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ To compile and use TFDV, you need to set up some prerequisites. #### Install NumPy If NumPy is not installed on your system, install it now by following [these -directions](https://www.scipy.org/scipylib/download.html). +directions](https://numpy.org/install/). #### Install Bazel