Cloning a package from github and use in spyder
问题 I would like to create a copy of a package on github that I can edit and use in spyder. I currently use the anaconda package manager for my python packages. Here are the steps that I have taken so far: fork repo clone repo onto my local directory The package is called 'Nilearn'. I currently use anaconda and have installed nilearn via 'conda install nilearn'. I would like to be able to use my own copy of nilearn inside spyder alongside nilearn. I have tried renamine the repo to nilearn_copy,