INCF / BrainImagingPipelines

BIPs
Other
28 stars 31 forks source link

Link to documentation in Readme is broken #77

Open jpellman opened 9 years ago

jpellman commented 9 years ago

Clicking on the 'Documentation' link in the Readme file leads to a blank 404 page at MIT. :(

jpellman commented 9 years ago

For future reference (in case anyone wants to hack on / update this in the future):

Somewhat abridged installation instructions

  1. Install Freesurfer, FSL, AFNI, etc.
  2. Run sudo apt-get install libx11-dev libhdf5-dev.
  3. Install NiPype, NiBabel, etc
  4. Run pip install reportlab tables.
  5. Clone the BIPs git repo and run python setup.py install.
  6. Make sure that the SUBJECTS_DIR Freesurfer environmental variable is set.

User docs are in repo in /doc and can be readily generated with Sphinx.

umarbrowser commented 6 years ago

I can fix this essue,