-
-
Notifications
You must be signed in to change notification settings - Fork 41
New Dependencies
John Pellman edited this page Nov 8, 2016
·
1 revision
To be added to installation instructions:
For lxml (dependency of prov):
sudo apt-get install libxml2-dev libxslt-dev python-dev
For newest nipype:
pip install future prov simplejson
INDI-tools:
cd /tmp
git clone https://github.com/FCP-INDI/INDI-Tools.git
cd INDI-Tools/
python setup.py install
Install other system and Python dependencies from previous instructions, clone dev branch, clone FCP-INDI nipype (or pip install if changes merged in to PyPI release) and install cloned repos.
2023+ Additions
- Developer Info
- Developers' Logbook
Legacy Posts
- Specifications
- Group Analysis Datagrabber
- Multisite and Multiscan Support
- Documentation
- Documentation Standards
- Generating Webpage Documentation with Sphinx
- How to Document Code
- Testing
- Overall Protocol for Testing
- Protocol for Testing the GUI
- Protocol for Writing Test Scripts
- Pre-Release
- Updates Checklist
- New Dependencies to Installation Instruction