-
Notifications
You must be signed in to change notification settings - Fork 11
User Installation
Zachary del Rosario edited this page Aug 6, 2021
·
2 revisions
If you are interested in trying Grama, we suggest the following installation steps:
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.
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.
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!