From dad11bdefe2cd6e754d2e08ee29f547d53acbdf0 Mon Sep 17 00:00:00 2001 From: Andrew Dinh Date: Tue, 2 Nov 2021 11:50:34 -0700 Subject: [PATCH] Update Repl link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f43a5a..80b0453 100644 --- a/README.md +++ b/README.md @@ -25,14 +25,14 @@ fund-indicators is a cross-platform Python application that allows users to easi ## Quickstart -Give it a try at [repl.run](https://fund-indicators.andrewkdinh.repl.run) or [repl.it](https://repl.it/@andrewkdinh/fund-indicators). +Give it a try at [Replit](https://replit.com/@andrewkdinh/fund-indicators). If you would like to clone to your own machine: ```shell git clone https://github.com/andrewkdinh/fund-indicators.git cd fund-indicators -pip install -r requirements.txt +pip install -r --user requirements.txt python main.py ```