Skip to content
Snippets Groups Projects

Small update to the INSTALL.md

Merged Wai Yi Leung requested to merge wyleung/programming-course:master into master

change in progress, this merge request can be applied after finishing the changes

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
59 59
60 60 Define a default matplotlib backend:
61 61
62 mkdir -p ~/.matplotlib
63 echo "backend : GTKCairo" >> ~/.matplotlib/matplotlibrc
62 mkdir -p ~/.config/matplotlib
63 echo "backend : GTKCairo" >> ~/.config/matplotlib/matplotlibrc
  • Thanks, I'll await what you push here, but note that I am also recreating our environment at this moment. I'll have an updated requirements.txt ready soon.

  • Author Maintainer

    :) Perfect, I also got a requirements.txt (now committed to my fork).

  • Author Maintainer

    I think it is fine to merge right now. I've not (yet) checked the installation instructions for the Mac OS X. I'll double check that part when I have access to clean install of Mountain Lion.

  • 8 8 Linux
    9 9 ----
    10 10
    11 We assume Ubuntu (12.04 Quantal Quetzal or later) or Debian Linux (7.0 Wheezy
    11 We assume Ubuntu (12.10 Quantal Quetzal or later) or Debian Linux (7.0 Wheezy
    • Is there a reason for this? My reasoning for 12.04 was that it is still installed on many LUMC desktops since Michel favoured its LTS status.

      On the course laptops we will install 14.04 by the way.

    • Author Maintainer

      Ow, i've changed the number accordingly to the name of the distribution... Otherwise 12.04 should be Precise Pangolin

  • You are correct, thanks!

    I'll compare your changes with what mine and commit some combination.

    Note that the instructions in README.md for creating a slideshow are probably no longer valid. I still have to investigate the current way of doing that.

  • I merged this and added some changes on top.

  • Please register or sign in to reply
    Loading