Skip to content

thocevar/orange-web

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 42.1%
  • JavaScript 17.6%
  • PHP 17.5%
  • HTML 16.9%
  • Python 5.9%