{
 "cells": [
  {
   "attachments": {},
   "cell_type": "markdown",
   "id": "61418112-a958-4d48-bfec-bbdb6cbe80e3",
   "metadata": {},
   "source": [
    "# Installation\n",
    "\n",
    "Follow these steps to install the latest version of PIASO to your local machine:\n",
    "\n",
    "Navigate to the directory where you want to install PIASO\n",
    "\n",
    "` cd <directory_path> `\n",
    "\n",
    "Clone the PIASO Github repository to your local machine\n",
    "\n",
    "` git clone https://github.com/genecell/PIASO.git `\n",
    "\n",
    "Navigate to the PIASO directory\n",
    "\n",
    "` cd PIASO `\n",
    "\n",
    "Install PIASO using setup.py\n",
    "\n",
    "` python setup.py install --prefix <directory_path>/PIASO `\n",
    "\n",
    "Now PIASO is installed and ready to use!"
   ]
  }
 ],
 "metadata": {
  "kernelspec": {
   "display_name": "Python 3 (ipykernel)",
   "language": "python",
   "name": "python3"
  },
  "language_info": {
   "codemirror_mode": {
    "name": "ipython",
    "version": 3
   },
   "file_extension": ".py",
   "mimetype": "text/x-python",
   "name": "python",
   "nbconvert_exporter": "python",
   "pygments_lexer": "ipython3",
   "version": "3.12.6"
  }
 },
 "nbformat": 4,
 "nbformat_minor": 5
}
