Installation#
Stable version#
If you already have an environment, activate it:
conda activate <myenv>
(Replace <myenv> with your actual environment name.)
If you don’t have an environment yet, create one first:
conda create --name <myenv>
conda activate <myenv>
Install PIASO
pip install piaso-tools
Development version#
Install PIASO from GitHub directly
pip install git+https://github.com/genecell/PIASO.git