We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0973caa commit dad11bdCopy full SHA for dad11bd
README.md
@@ -25,14 +25,14 @@ fund-indicators is a cross-platform Python application that allows users to easi
25
26
## Quickstart
27
28
-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).
29
30
If you would like to clone to your own machine:
31
32
```shell
33
git clone https://github.com/andrewkdinh/fund-indicators.git
34
cd fund-indicators
35
-pip install -r requirements.txt
+pip install -r --user requirements.txt
36
python main.py
37
```
38
0 commit comments