Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Make sure that you've already installed XCode.
  2. In a terminal window, run the following commands from your home the edx-documentation directory:
    1. sudo python -m ensurepip
      Note: You will be prompted for a password. Enter your machine password and then click Enter.
    2. sudo pip install -r shared/travis_requirements.txt 
      Note: Ensure that you are pointing to the correct local directory from Terminal (the Command line) so that Sphinx can successfully access the necessary themes and files.

...