Difference between revisions of "Orange: Install Ubuntu 18.04"

From OnnoWiki
Jump to navigation Jump to search
Line 3: Line 3:
 
  sudo apt update
 
  sudo apt update
 
  sudo apt -y install python-pip
 
  sudo apt -y install python-pip
 +
sudo pip --no-cache-dir install scipy
 
  sudo pip install numpy scipy
 
  sudo pip install numpy scipy
 
  sudo pip install orange
 
  sudo pip install orange

Revision as of 03:04, 16 March 2019

Install

sudo apt update
sudo apt -y install python-pip
sudo pip --no-cache-dir install scipy
sudo pip install numpy scipy
sudo pip install orange

Pranala Menarik