Skip to content

DeDop/dedop-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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