Actions

Difference between revisions of "MediaWiki Syntax"

From ACL@NCU

Line 5: Line 5:
Install python for Mac users:
Install python for Mac users:


Things need to be downloaded & installed:
Things need to be downloaded & installed:
 
Xcode(from app store)
Xcode(from app store)
homebrew (http://brew.sh)
homebrew (http://brew.sh)
psychopy(http://www.psychopy.org)
psychopy(http://www.psychopy.org)
PIL(http://www.pythonware.com/products/pil/)
PIL(http://www.pythonware.com/products/pil/)
piglet(http://www.pyglet.org/download.html)
piglet(http://www.pyglet.org/download.html)
pygame(http://www.pygame.org/ftp/pygame-1.9.1release.tar.gz)
pygame(http://www.pygame.org/ftp/pygame-1.9.1release.tar.gz)


Please follow the steps:
Please follow the steps:
1. Install homebrew (http://brew.sh), copy and paste the following code to command window:ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
1. Install homebrew (http://brew.sh), copy and paste the following code to command window:ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
2. Type: brew install gfortran
2. Type: brew install gfortran
3. Type: sudo pip install numpy
3. Type: sudo pip install numpy
4. If there's an error, enter the following code:sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install --upgrade numpy
4. If there's an error, enter the following code:sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install --upgrade numpy
5. Type: Sudo pip install scipy
5. Type: Sudo pip install scipy
6. Type: Sudo pip install ipython
6. Type: Sudo pip install ipython
7. Rtpe: Sudo pip install psychopy
7. Rtpe: Sudo pip install psychopy


#When you miss something: type "sudo pip install (+ filename)" to install it
#When you miss something: type "sudo pip install (+ filename)" to install it
#When you see "Permission Denied": type "sudo chmod 777~"
#When you see "Permission Denied": type "sudo chmod 777~"

Revision as of 05:56, 25 April 2014

Formats

Install python for Mac users:

Things need to be downloaded & installed:

Xcode(from app store)

homebrew (http://brew.sh)

psychopy(http://www.psychopy.org)

PIL(http://www.pythonware.com/products/pil/)

piglet(http://www.pyglet.org/download.html)

pygame(http://www.pygame.org/ftp/pygame-1.9.1release.tar.gz)


Please follow the steps:

1. Install homebrew (http://brew.sh), copy and paste the following code to command window:ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"

2. Type: brew install gfortran

3. Type: sudo pip install numpy

4. If there's an error, enter the following code:sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install --upgrade numpy

5. Type: Sudo pip install scipy

6. Type: Sudo pip install ipython

7. Rtpe: Sudo pip install psychopy


#When you miss something: type "sudo pip install (+ filename)" to install it

#When you see "Permission Denied": type "sudo chmod 777~"