Skip to content

Instantly share code, notes, and snippets.

@jaidevd
Last active August 29, 2015 14:10
Show Gist options
  • Save jaidevd/92e44814ddd9e7e9764d to your computer and use it in GitHub Desktop.
Save jaidevd/92e44814ddd9e7e9764d to your computer and use it in GitHub Desktop.
SciPy India 2014 Installation and Setup

SciPy India 2014 will feature a lot of hands-on, practical tutorial sessions that require the participants to have some software on their respective computers. Please follow the instructions here before you come to the conference, so that we may start the tutorials without any delay.

Installing Canopy

Canopy is the primary Python distribution that we will be using during the conference. You may use Anaconda, or the system Python distribution, or any other Python interpreter for the conference. However, please note that we may not be able to support any other distribution other than Canopy. This is because the Python packages we will be providing for the tutorials are customized for Canopy.

Please visit this link https://store.enthought.com/downloads/ and click on the "Download Canopy Express" button to download the Canopy installer. Run this installer to install Canopy.

Installing Python Packages Required for the Tutorials

You will need to install a few Python packages for succesfully completing tutorials. Please click on one of the following links, depending on your operating system and architecture. For each platform and architecture, two links are proivided. Please click on the second one if the first one doesn't work.

  • Linux 32 bit users:
  • Linux 64 bit users:
  • Windows 32 bit users:
  • Windows 64 bit users:
  • MacOSX 32 bit users:
  • MacOSX 64 bit users

Each of these links should redirect you to a zip file hosted on Dropbox.com. Please download the zip file and save it in a convenient location on your computer, where you can easily locate it. Unzip the zip archive, this should yeild a file named "install.py" and a folder named "eggs" (it is important that file 'install.py' and the 'eggs' are in the same location).

By now you should have Canopy installed. Start Canopy, and in the Canopy menu bar, go to Tools > Canopy Terminal (Or Tools > Canopy Command Prompt in the case of Windows users). This should open up a terminal or a command prompt. Through the command prompt, navigate into the folder which containes the "install.py" file. Make sure that the same location also contains the "eggs" folder.

Now, run the following command in the terminal (or the command prompt):

python install.py

Please wait for the command to finish executing. When the command runs finishes, you should have all the packages required during the tutorials.

Congratulations! You are now ready for the conference!

Getting help

For getting more help, please send an email to deshpande.jaidev@gmail.com or call +91-9922116635.

@tushartuteja
Copy link

The link for MacOSX 64 bit says windows 64 bit. From where to get the link of MacOSX 64 bit ?

@srikantpatnaik
Copy link

That will be addressed soon.

@jaidevd
Copy link
Author

jaidevd commented Dec 3, 2014

@tushartuteja - It's fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment