Installation
EpiCarousel is available on PyPI here and can be installed via:
pip install epicarousel
You can also install EpiCarousel from GitHub via:
git clone git://github.com/BioX-NKU/EpiCarousel.git
cd EpiCarousel
python setup.py install
Anaconda
If you do not have a working installation of Python 3.8.13 (or later), consider installing Miniconda (see Installing Miniconda). Once Anaconda has been installed, you can create and activate a Python 3.10.10 environment via:
conda create -n py310 python=3.10.10
conda activate py310
Installing Miniconda
After downloading Miniconda, in a unix shell (Linux, Mac), run:
cd DOWNLOAD_DIR
chmod +x Miniconda3-latest-VERSION.sh
./Miniconda3-latest-VERSION.sh
and accept all suggestions. Either reopen a new terminal or source ~/.bashrc on Linux/ source ~/.bash_profile on Mac. The whole process takes just a couple of minutes.