{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Quick installation guidelines" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Requirements" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Python 3.9 or higher to run Pynomic" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Basic install\n", "\n", " $ pip install Pynomic" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Development Install\n", "Clone the repo to your local computer got to the Pynomic folder and run:\n", "\n", "\n", " $ pip install Pynomic -e ." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "you are all set to crounch those numbers! " ] } ], "metadata": { "language_info": { "name": "python" } }, "nbformat": 4, "nbformat_minor": 2 }