Skip to content
This repository has been archived by the owner on Jan 5, 2020. It is now read-only.

Latest commit

 

History

History
39 lines (21 loc) · 745 Bytes

README.md

File metadata and controls

39 lines (21 loc) · 745 Bytes

Instructions

  1. Clone repository

    git clone https://github.com/mufniarz/alpaca-ai-traders.git

    cd alpaca-ai-traders

  2. Install Anaconda Python 3.7 version

    conda env create -f environment.yml -n aitrader

    conda activate aitrader

    Update conda environment (optional if new packages added)

    conda env update -f environment.yml -n aitrader

  3. Switch to your environment.

    conda activate aitrader

  4. Install dependencies

    pip install -r requirements.txt

  5. Add values to config.ini

    • Set keys
  6. Run in notebook

    jupyter notebook

Run the script

`python cryptoconda.py`