forked from nilearn/nilearn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove deprecated
fetch_surf_fsaverage5
(nilearn#2447)
* Update struct.py Issue nilearn#2358 * Update CONTRIBUTING.rst to include developer install instructions As a newcomer I had difficulty figuring how to install the nilearn package so that my code changes were reflected immediately. This may help others like me. Let me know if you think it's useful and feel free to suggest changes to wording :) .
- Loading branch information
jnecus
authored
May 21, 2020
1 parent
4b16c11
commit bfcd2d0
Showing
2 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,6 +61,14 @@ You can check out the latest sources with the command:: | |
or if you have write privileges:: | ||
|
||
git clone [email protected]:nilearn/nilearn.git | ||
Installing the latest code | ||
--------------------------- | ||
|
||
In order to ensure that any code changes are reflected in your installation, navigate to your cloned Nilearn base directory and install using the following command:: | ||
|
||
pip install -e . | ||
|
||
|
||
Coding guidelines | ||
------------------ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters