Installing ConPagnon¶
Before the following installation steps, we recommend that you install the Anaconda distribution. Anaconda comes with it’s own package manager, and numerous pre-installed distribution. It’s easy to manipulate, and we suggest Anaconda as you’re default Python environment.
Python support¶
ConPagnon supports all Python version since the 3.6 Python release. Prior version may work, but we do not recommend nor supports their utilisation here. Python 2.X is not supported at all, and we do not recommend, if you can, to use that version at all in you’re project.
Dependencies¶
ConPagnon need other Python packages to work properly. To install them all at once, you can run the following command in a command prompt:
pip install numpy joblib matplotlib seaborn nibabel pandas patsy scipy statsmodels scipy webcolors PyPDF2
webcolors scikit-learn nilearn psutil networkx tabulate xlrd
Installation from PyPi¶
To install the latest version of ConPagnon, open a command prompt and type the following command:
pip install conpagnon
If you can, you can download the sources at the official PyPi repository of ConPagnon
Installation from GitHub¶
You can also download ConPagnon directly from the master branch of the repository on Github. Once you have Git installed you can open a command prompt and type the following command:
git clone https://github.com/ConPagnon/conpagnon.git
If you want to keep you’re version ConPagnon up to date as much as possible, you have to pull the changes from the master branch by entering in a command prompt the following command:
git pull