mirror of
https://github.com/andrewkdinh/fund-indicators.git
synced 2024-11-21 20:54:19 -08:00
Update README.md
This commit is contained in:
parent
5e5444a14b
commit
4b775d7bb9
@ -20,7 +20,6 @@ fund-indicators is a cross-platform Python application that allows users to easi
|
|||||||
- Optional graphs to easily visualize linear regression results
|
- Optional graphs to easily visualize linear regression results
|
||||||
- A new joke every time
|
- A new joke every time
|
||||||
- Cross-platform (tested on Windows and Linux)
|
- Cross-platform (tested on Windows and Linux)
|
||||||
- Simple to use
|
|
||||||
|
|
||||||
## Quickstart
|
## Quickstart
|
||||||
|
|
||||||
@ -29,7 +28,8 @@ Give it a try at [repl.run](https://fund-indicators.andrewkdinh.repl.run) or [re
|
|||||||
If you would like to clone to your own machine:
|
If you would like to clone to your own machine:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
git clone https://github.com/andrewkdinh/fund-indicators.git && cd fund-indicators
|
git clone https://github.com/andrewkdinh/fund-indicators.git
|
||||||
|
cd fund-indicators
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
python main.py
|
python main.py
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user