Installation#

Follow these steps to install the latest version of PIASO to your local machine:

Navigate to the directory where you want to install PIASO

cd <directory_path>

Clone the PIASO Github repository to your local machine

git clone https://github.com/genecell/PIASO.git

Navigate to the PIASO directory

cd PIASO

Install PIASO using setup.py

python setup.py install --prefix <directory_path>/PIASO

Now PIASO is installed and ready to use!