https://github.com/biolab/orange3-prototypes
🍊 :warning: Prototype Orange widgets — only for the brave.
https://github.com/biolab/orange3-prototypes
orange widgets
Last synced: 10 months ago
JSON representation
🍊 :warning: Prototype Orange widgets — only for the brave.
- Host: GitHub
- URL: https://github.com/biolab/orange3-prototypes
- Owner: biolab
- License: other
- Created: 2015-08-28T10:54:45.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-12-05T13:34:42.000Z (over 1 year ago)
- Last Synced: 2025-06-11T09:08:44.431Z (about 1 year ago)
- Topics: orange, widgets
- Language: Python
- Homepage:
- Size: 6.19 MB
- Stars: 12
- Watchers: 21
- Forks: 47
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Orange3 Prototypes
==================
Prototype Orange widgets. Only for the brave.
Installing
----------
This add-on requires Orange3 and Python 3.4 or newer. To install
it, run:
# Clone the repository and move into it
git clone https://github.com/biolab/orange3-prototypes.git
cd orange3-prototypes
# Setup the add-on
pip install .
To install Orange in editable/development mode, run
pip install -e .
Alternatively, you can install the add-on from PyPI:
pip install orange3-prototypes