Difference between revisions of "Orange: Install dengan Anaconda Ubuntu 20.04.1"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 13: | Line 13: | ||
==Install Orange== | ==Install Orange== | ||
+ | conda create python=3 --name orange3 | ||
conda config --add channels conda-forge | conda config --add channels conda-forge | ||
− | |||
− | |||
conda install orange3 | conda install orange3 | ||
+ | conda install orange3-<addon name> |
Revision as of 03:50, 3 April 2022
Install Anaconda
Download dari https://www.continuum.io/downloads Sebagai user biasa, jalankan (untuk Python3)
bash Anaconda3-2021.11-Linux-x86_64.sh
Setelah selesai, jalankan
source ~/.bashrc
Install Orange
conda create python=3 --name orange3 conda config --add channels conda-forge conda install orange3 conda install orange3-<addon name>