Populse_MIA’s from source installation¶
Without waiting for the latest version available on CheeseShop, it is possible to install from source the latest development version of populse_mia. This procedure will be rather reserved to the user mode because in developer mode it is possible to update the clone using the
git pull
command. In user mode, a version of populse_mia being already installed we recommend to uninstall first popuse_mia, then download the master branch of populse_mia and finally perform the “from source installation”:pip3 uninstall populse_mia cd /tmp git clone https://github.com/populse/populse_mia.git cd populse_mia python3 setup.py install --user cd .. rm -rf populse_mia
It is of course possible to do this for all python packages in the populse project (capsul, mia_processes, populse_db, soma-workflow and soma-base).