Update Repl link

This commit is contained in:
Andrew Dinh 2021-11-02 11:50:34 -07:00
parent 0973caa15a
commit dad11bdefe
Signed by: andrewkdinh
GPG Key ID: 2B557D93C6C08B86
1 changed files with 2 additions and 2 deletions

View File

@ -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
```