Installing a package to Canopy

vdogsandman picture vdogsandman · Jul 8, 2013 · Viewed 14.4k times · Source

I'm really new to coding, programming, Python, and just computers in general, so I need some help with Canopy. I've been having pretty consistent troubles installing any packages to Canopy; some stuff is in the internal package manager,but whenever it isn't, it's really confusing. I guess I'll list a specific installation.

I'm trying to install "pywcs" (link provided below) to my Win7 64-bit machine. I have Cygwin if that helps at all. I do not know how to go about this; the stuff I found online is pretty confusing, and Cygwin easy_install (filename) never seems to work. Any step-by-step solutions?

Answer

Sukrit Kalra picture Sukrit Kalra · Jul 8, 2013

The way I installed astropy is as follows.

  1. Open Windows Terminal
  2. Change Directory to C:\Users\<USER NAME>\AppData\Local\Enthought\Canopy32\User\Scripts
  3. Type easy_install.exe astropy
  4. Wait until the download completes, and restart Enthought.

Astropy