Skip to content

Latest commit

 

History

History
69 lines (50 loc) · 2.88 KB

README.md

File metadata and controls

69 lines (50 loc) · 2.88 KB

Build Status Build status

dedop-installer

Install DeDop with installer

IMPORTANT: Install DeDop-core before installing DeDop-studio

Install DeDop-core

For Windows:

For Linux/MacOS

Install DeDop-studio

For Windows:

For Linux:

For Mac:

Build DeDop-core installer

Install constructor in your root Miniconda:

source activate
conda install constructor

Build Anaconda installer dedop (see installer/construct.yaml):

cd dedop-conda
constructor installer

Build front-end installer

  • Install nodejs 6 (higher version may work, but not yet tested)
  • git clone https://github.com/DeDop/dedop-studio.git
  • cd dedop-studio
  • npm run dist