You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of version 0.5.2, ORBIT is now pip installable with pip install orbit-nrel.
Development Setup
The steps below are for more advanced users that would like to modify and
and contribute to ORBIT.
Environment
A couple of notes before you get started:
It is assumed that you will be using the terminal on MacOS/Linux or the
Anaconda Prompt on Windows. The instructions refer to both as the
"terminal", and unless otherwise noted the commands will be the same.
To verify git is installed, run git --version in the terminal. If an error
occurs, install git using these directions.
The listed installation process is intended to be the easiest for any OS
to get started. An alternative setup that doesn't rely on Anaconda for
setting up an environment can be followed
here.
Instructions
Download the latest version of Miniconda
for the appropriate OS. Follow the remaining steps
for the appropriate OS version.
From the terminal, install pip by running: conda install -c anaconda pip
Next, create a new environment for the project with the following.