Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyBrent committed Sep 27, 2024
1 parent 58ad060 commit b45afe2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

# Install
```commandline
git clone https://github.com/JeremyBrent/stock_market_analyzer.git
git clone git@github.com:JeremyBrent/stock_market_analyzer.git
cd stock_market_analyzer
make install
source ./venv/bin/activate
```

This code has only be developed and tested on MacOS with python version 3.9.13.
If you do not have python3.9 on your machine run the following to download it via brew (if you have any issues
with brew, reference their [installation guide](https://docs.brew.sh/Installation):
If you do not have python3.9 (`make install` will break) on your machine run the following to download it via
brew (if you have any issues with brew, reference their [installation guide](https://docs.brew.sh/Installation):
```commandline
if ! command -v brew &> /dev/null
then
Expand Down

0 comments on commit b45afe2

Please sign in to comment.