Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 992 Bytes

Developer_setup.md

File metadata and controls

21 lines (17 loc) · 992 Bytes

ODM2 Streaming Data Loader Developer Environment Setup

  1. install miniconda using the appropriate setup script.
  2. download the list of requirements, be sure to save it as a .yml file.
  3. Setup a new conda environment using python 2.7 (run from windows terminal) :
    $ conda create conda env create -f SDLReq.yml
    
    $ source activate SDL-env
    
  4. Step 3 will take a while, so go get something from the vending machine.
  5. Download source code from github
  6. unzip into your users folder (or preferred working directory)
  7. Test the new environment by running:
    $ python ODM2StreamingDataLoader/src/StreamingDataLoaderWizard.py
    

Feedback

Comments and concerns can be posted on our GitHib page: https://github.com/ODM2/ODM2StreamingDataLoader/issues.