Skip to content

User Installation

Zachary del Rosario edited this page Aug 6, 2021 · 2 revisions

User Installation

If you are interested in trying Grama, we suggest the following installation steps:

1. Install Anaconda Python

Anaconda is a way to install Python that includes many tools for scientific computing. We recommend starting from Anaconda to help take care of dependencies.

2. Use the python package manager to install Grama

Open your Anaconda prompt, type the following line into your prompt, and hit return (enter).

pip install py-grama

This will automatically download Grama and install its dependencies.

3. Test your install

Start a Python terminal (Open Anaconda prompt and type python) and run the code:

>>> import grama as gr

If this runs without error, then you have successfully installed Grama!