sábado, 24 de enero de 2015

Microsoft Visual C++ Compiler for Python 2.7

http://www.microsoft.com/en-us/download/confirmation.aspx?id=44266

  • Microsoft Visual C++ Compiler for Python 2.7

    If your download does not start after 30 seconds, Click here
    • Install Instructions
        Installing and Uninstalling The compiler package will default to installing just for the current user and does not require administrative privileges. To install for all users of a machine, execute msiexec /i ALLUSERS=1 from an elevated Command Prompt.

        To remove or repair the compiler package, locate the entry in Programs and Features and select Remove or Repair.

        Using with Python distribution tools
        Python package developers should download and use this compiler to produce binary wheels for their Python packages to upload to PyPI. Installing the wheel package, updating to setuptools 6.0 or later, and adding setup.py bdist_wheel upload to your build process will produce the correct files (remember to do this for both 32-bit and 64-bit versions).

        If a Python package you are installing does not have a wheel, you can install this compiler package on your own machine. Once the compiler is installed and you have updated to setuptools 6.0 or later, you can use pip install to build and install the Python package. If you are managing multiple machines and need to install the Python package on all of them, you should install thewheel package and use pip wheel to produce a wheel that can be installed on machines without requiring this package.

No hay comentarios:

Publicar un comentario