This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revision Both sides next revision | ||
|
software_setup [2016/09/12 21:03] bdelab |
software_setup [2017/10/11 21:26] eobrien [Setting up SSH] |
||
|---|---|---|---|
| Line 35: | Line 35: | ||
| <code> | <code> | ||
| cd ~/git | cd ~/git | ||
| - | git clone https://github.com/jyeatman/AFQ.git | + | git clone https://github.com/yeatmanlab/AFQ.git |
| </code> | </code> | ||
| Line 52: | Line 52: | ||
| ====Anaconda==== | ====Anaconda==== | ||
| - | Each user should have anaconda set up to manage their Python packages. Do this before installing nibabel and dipy. Anaconda will manage versions and dependencies for each user separately. Each install will be specific to the user that installs it. Do not install as root, as you will deny yourself privileges to your own directory. You must restart your terminal session after install before using Python or the conda command. See instructions here: https://www.continuum.io/downloads | + | Each user should have anaconda set up to manage their Python packages. **All code for REDCap was written using Python3.** Do this before installing nibabel and dipy. Anaconda will manage versions and dependencies for each user separately. Each install will be specific to the user that installs it. Do not install as root, as you will deny yourself privileges to your own directory. You must restart your terminal session after install before using Python or the conda command. See instructions here: https://www.continuum.io/downloads |
| Line 144: | Line 144: | ||
| ptb3-matlab | ptb3-matlab | ||
| </code> | </code> | ||
| + | |||