From a0e0a4f30ea43042394bf93e7d564a723bbccbf7 Mon Sep 17 00:00:00 2001 From: furyhawk Date: Fri, 5 Nov 2021 16:02:51 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0794355..40b2c37 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ cd text_summarization ``` -Skip to Backend and Frontend setup if you do not need to run the notebooks. +Skip to [Backend](https://github.com/furyhawk/text_summarization#backend-setup) and [Frontend](https://github.com/furyhawk/text_summarization#frontend-setup) setup if you do not need to run the notebooks. ### Jupyter notebooks setup For local setup, we recommend to use [Miniconda](https://docs.conda.io/en/latest/miniconda.html), a minimal version of the popular [Anaconda](https://www.anaconda.com/) distribution that contains only the package manager `conda` and Python. Follow the installation instructions on the [Miniconda Homepage](https://docs.conda.io/en/latest/miniconda.html).