prophet
Financial markets analysis framework for programmers
File Explorer
Download Latest Version (.zip)- logo.png
- advanced.rst
- api.rst
- best_practices.rst
- changelog.rst
- conf.py
- contributors.rst
- index.rst
- license.rst
- Makefile
- quickstart.rst
- registry.rst
- roadmap.rst
- tutorial.rst
- __main__.py
- bollinger.py
- eventstudy.py
- quickstart.py
- __init__.py
- formatters.py
- tradingcalendar.py
- .gitignore
- __init__.py
- analyze.py
- app.py
- backtest.py
- charting.py
- data.py
- exceptions.py
- generators.py
- orders.py
- portfolio.py
- AAPL-2010-01-04 00-00-00+00-00-2014-11-21 00-00-00.csv
- AAPL-2014-11-10 00-00-00+00-00-2014-11-10 00-00-00.csv
- XOM-2010-01-04 00-00-00+00-00-2014-11-21 00-00-00.csv
- XOM-2014-11-10 00-00-00+00-00-2014-11-10 00-00-00.csv
- README.md
- test_examples.py
- .gitignore
- .travis.yml
- dev-requirements.txt
- LICENSE
- MANIFEST.in
- README.md
- setup.cfg
- setup.py
- tox.ini
# Installation Guide
1. Get the code
git clone https://github.com/Emsu/prophet
Downloads the entire project code from GitHub to your computer.
cd prophet
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install prophet
Installs the package published on PyPI directly โ no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install prophet
Installs the package published on PyPI directly โ no need to clone the source.
pip install -r dev-requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
