IDTxl icon indicating copy to clipboard operation
IDTxl copied to clipboard

Add IDTxl to the Python Package Index (pypi)

Open LNov opened this issue 6 years ago • 3 comments

It would be convenient to add IDTxl to pypi so that users can easily install it by typing 'pip install idtxl'.

https://packaging.python.org/tutorials/packaging-projects/

LNov avatar Feb 01 '19 00:02 LNov

Is there any info on when we could install the latest release via pip?

It would be good to be able to easily let users install all of the requirements for a repo by running pip install -r requirements.txt and not have to do anything special for one of the requirements.

sepehrmn avatar Jul 06 '20 00:07 sepehrmn

Requirements handling now is troublesome,

the user should find out by trial and error that IDTxl depends on Java, Java JDK, python's Jpype1, prettytable, ecos, pyopencl packages, just to run a single demo,

and I'm unsure if there are other requirements for run other parts on IDTxl code.

oleg-kachan avatar Oct 16 '20 13:10 oleg-kachan

This would also allow IDTxl to be run in web environments through pyodide: https://pyodide.org/en/stable/usage/loading-packages.html

awillats avatar Jun 04 '21 14:06 awillats