robertcv / orange-web

Orange Data Mining Homepage

Home Page:https://orange.biolab.si

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Orange Data Mining Homepage

Install for development

  1. Clone from the repository:

    git clone https://github.com/biolab/orange-web.git
    

    You can also use SSH-based URLs or URLs of your forks.

  2. Create and activate new Python virtual environment:

    virtualenv ~/.virtualenv/orangeweb
    source ~/.virtualenv/orangeweb/bin/activate
    
  3. Move to location where you cloned the repository and run:

    pip install -r requirements.txt
    
  4. Run:

    python manage.py runserver
    

    and start developing!

About

Orange Data Mining Homepage

https://orange.biolab.si


Languages

Language:CSS 34.1%Language:HTML 24.6%Language:JavaScript 21.2%Language:PHP 11.6%Language:Python 8.3%Language:Dockerfile 0.2%