{
 "cells": [
  {
   "cell_type": "markdown",
   "id": "67acd6be",
   "metadata": {},
   "source": [
    "# Installation\n",
    "\n",
    "`gridstatus` supports python 3.7+. Install with pip\n",
    "\n",
    "```\n",
    "python -m pip install gridstatus\n",
    "```\n",
    "\n",
    "Upgrade using the following command\n",
    "\n",
    "```\n",
    "python -m pip install --upgrade gridstatus\n",
    "```\n",
    "\n",
    "Check current version like this"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 1,
   "id": "048a66b4",
   "metadata": {
    "tags": [
     "my-tag"
    ]
   },
   "outputs": [
    {
     "data": {
      "text/plain": [
       "'0.18.0'"
      ]
     },
     "execution_count": 1,
     "metadata": {},
     "output_type": "execute_result"
    }
   ],
   "source": [
    "import gridstatus\n",
    "gridstatus.__version__"
   ]
  }
 ],
 "metadata": {
  "file_format": "mystnb",
  "kernelspec": {
   "display_name": "python3",
   "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.10.8"
  },
  "source_map": [
   5,
   23
  ]
 },
 "nbformat": 4,
 "nbformat_minor": 5
}