-
Notifications
You must be signed in to change notification settings - Fork 3
Setting up environment with VS Code
Antoine Blachair edited this page Jul 7, 2022
·
9 revisions
- Install VS code
- Install Docker
Create and Activate the new virtual environment see venv
Clone https://github.com/Australian-Imaging-Service/pipelines
- Select the Python interpreter from venv (using cmd+shift+p -> Select: Python interpreter)
- Check that the virtual environment is activated
- In the test explorer tab, choose "Configure Python tests" and select Pytest
Some of the packages used in pipelines require a license
- Freesurfer license can be obtained via Freesurfer registration
- The fMRIPrep pipeline uses a combination of tools from well-known software packages, including FSL, ANTs, FreeSurfer and AFNI. As such, it also requires a Freesurfer license
At the root of Pipelines project, create a licenses
directory and upload the required licenses there
- Clone other (AIS) GitHub repositories to be able to modify them
- In order to use the project in editable mode (i.e. setuptools "develop mode") from a local project path,
use
pip install -e /path/to/your/repo