Installing nideconv¶
From PyPi¶
When the first Beta of nideconv will be released, it will be possible to install nideconv from pip:
pip install nideconv
From Github¶
Right now you can clone the main branch of nideconv using git
git clone https://github.com/VU-Cog-Sci/nideconv
Or download and unpack the zip file from Github under Clone and download -> Download ZIP
Then go to the directory in which the package was cloned
cd nideconv
and install the Python package
python setup.py install