I am reading the book "Python for UNIX and Linux Administration" and I thought that I should also install IPython that is mentioned inside the book.
Installing IPython on Mac OS X is actually quite easy with the following command:
- sudo easy_install ipython
- sudo easy_install -f http://ipython.scipy.org/dist/ readline
No comments:
Post a Comment