{ "cells": [ { "cell_type": "markdown", "id": "847e4a0e", "metadata": {}, "source": [ "# Installation\n", "\n", "This section gives the recommended way to install GaInt. One can find the source code on Github https://zhaoyilin.github.io/gaint/." ] }, { "cell_type": "markdown", "id": "17ad0fa8", "metadata": {}, "source": [ "## Prerequisites\n", "\n", "* Prerequisties:\n", "\n", " - Python 3.5 or above\n", " - numpy 1.13.1\n", " - scipy 0.19.1" ] }, { "cell_type": "markdown", "id": "b3b1410e", "metadata": {}, "source": [ "## Compiling from source code\n", "\n", "* Compile from source\n", "\n", " git clone https://github.com/ZhaoYilin/gaint.git\n", " cd gaint\n", " python3 -m pip install -e .\n", "\n", "* Using pip to install python package on GitHub\n", "\n", " pip install git+https://github.com/ZhaoYilin/gaint" ] } ], "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.10.6" } }, "nbformat": 4, "nbformat_minor": 5 }