Skip to content

Commit

Permalink
Merge pull request #27 from henry2004y/master
Browse files Browse the repository at this point in the history
Update package imports
  • Loading branch information
dm13450 committed Dec 20, 2020
2 parents fc219b3 + 5437e01 commit f5589de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ If you encounter a clear bug, please file a minimal reproducible example on GitH

```julia
using AlphaVantage
using DataFrames
using StatPlots
using DataFrames, StatsPlots, Dates
gr(size=(800,470))
# Get daily S&P 500 data
spy = time_series_daily("SPY", datatype="csv");
Expand Down

0 comments on commit f5589de

Please sign in to comment.