~russo79/mnemosyne-proj/force-matplotlib-pyqt4-backend

« back to all changes in this revision

Viewing changes to mnemosyne/README

  • Committer: Peter.Bienstman at UGent
  • Date: 2014-04-14 13:24:46 UTC
  • Revision ID: peter.bienstman@ugent.be-20140414132446-xpbfu66rfdblnbev
Fix media path expansion corner case.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
-Mac OS 10.6.x (Snow Leopard)
38
38
-Mac OS 10.7.x (Lion)
 
39
-Mac OS 10.8.x (Mountain Lion)
 
40
-Mac OS 10.9.x (Mavericks)
39
41
 
40
42
Installing from Source using MacPorts
41
43
 
46
48
-Make sure you are using the latest version of MacPorts:
47
49
-sudo port selfupdate
48
50
-Install the dependencies for Mnemosyne:
49
 
-sudo port install bzr python27 qt4-mac py27-pyqt4 py27-sip py27-matplotlib py27-virtualenv py27-distribute py-cherrypy3 python_select py-virtualenvwrapper
 
51
-sudo port install bzr python27 py27-sip py27-matplotlib py27-virtualenv py27-setuptools py-cherrypy3 py27-webob python_select py-virtualenvwrapper qt4-mac py27-pyqt4 qt4-mac-sqlite3-plugin
50
52
-If this is your first time setting up MacPorts, you will need to set the version of python:
51
53
 sudo port select python python27
52
54
-Type 'python setup.py install' as root.