Skip to content

Commit dad11bd

Browse files
committed
Update Repl link
1 parent 0973caa commit dad11bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ fund-indicators is a cross-platform Python application that allows users to easi
2525

2626
## Quickstart
2727

28-
Give it a try at [repl.run](https://fund-indicators.andrewkdinh.repl.run) or [repl.it](https://repl.it/@andrewkdinh/fund-indicators).
28+
Give it a try at [Replit](https://replit.com/@andrewkdinh/fund-indicators).
2929

3030
If you would like to clone to your own machine:
3131

3232
```shell
3333
git clone https://github.com/andrewkdinh/fund-indicators.git
3434
cd fund-indicators
35-
pip install -r requirements.txt
35+
pip install -r --user requirements.txt
3636
python main.py
3737
```
3838

0 commit comments

Comments
 (0)