Installing ipython


/ Published in: Bash
Save to your folder(s)

How to install ipython


Copy this code and paste it in your HTML
  1. sudo apt-get install ipython # prefered
  2.  
  3. # or
  4.  
  5. pip install ipython
  6. pip install readline

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.