Changes between Initial Version and Version 1 of Ticket #37006


Ignore:
Timestamp:
Nov 16, 2012, 6:19:03 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please attach the main.log file showing exactly what problem you are encountering.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37006

    • Property Priority changed from High to Normal
  • Ticket #37006 – Description

    initial v1  
    11I am taking a class online called Computational Investing. I had to download Xcode and MacPorts for this class to write codes thru Python. I had to download some prerequisites thru terminal so I can use Python. Here is a list of the prerequisites that I need to have downloaded.
    22
    3 
     3{{{
    44sudo port install git-core +svn
    55sudo port install python27
     
    1212sudo port install py27-distribute
    1313sudo port install py27-pyqt4
     14}}}