{
 "cells": [
  {
   "attachments": {},
   "cell_type": "markdown",
   "id": "61418112-a958-4d48-bfec-bbdb6cbe80e3",
   "metadata": {},
   "source": [
    "# Installation\n",
    "\n",
    "## Stable version\n",
    "\n",
    "If you already have an environment, activate it:\n",
    "\n",
    "` conda activate <myenv> `\n",
    "\n",
    "(Replace ` <myenv> ` with your actual environment name.)\n",
    "\n",
    "If you don't have an environment yet, create one first:\n",
    "\n",
    "```\n",
    "conda create --name <myenv>\n",
    "conda activate <myenv>\n",
    "```\n",
    "\n",
    "Install PIASO\n",
    "\n",
    "` pip install piaso-tools `\n",
    "\n",
    "## Development version\n",
    "\n",
    "Install PIASO from GitHub directly\n",
    " \n",
    "``` pip install git+https://github.com/genecell/PIASO.git ```"
   ]
  }
 ],
 "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
}
