Superzchen / iLearnPlus

iLearnPlus is the first machine-learning platform with both graphical- and web-based user interface that enables the construction of automated machine-learning pipelines for computational analysis and predictions using nucleic acid and protein sequences.
88 stars 32 forks source link

Manual installation of PyQt5, matplotlib, seaborn #11

Open jackievaleri opened 2 years ago

jackievaleri commented 2 years ago

I needed to pip install PyQt5, matplotlib, and seaborn before using - not an issue for me, but it may be beneficial to update the documentation.

Superzchen commented 2 years ago

I suggest you to uninstall the python environment on your computer and install the Anaconda Python environment. The PyQt5, matplotlib, seaborn are internally installed in the Anaconda python environment. Please refer to Method1 in the README.md file for details.