From 4b775d7bb9a0e5800831d5a713c736d6cc74f0f1 Mon Sep 17 00:00:00 2001 From: Andrew Dinh Date: Fri, 19 Apr 2019 09:41:40 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7fd21b2..2a19e14 100644 --- a/README.md +++ b/README.md @@ -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 - A new joke every time - Cross-platform (tested on Windows and Linux) -- Simple to use ## 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: ```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 python main.py ```