Installation¶
Stable release¶
To install thinkgreen, run this command in your terminal:
1 | |
This is the preferred method to install thinkgreen, as it will always install the most recent stable release.
If you don't have pip installed, this Python installation guide can guide you through the process.
Install from GitHub¶
To install thinkgreen from GitHub using Git, run the following command in your terminal:
1 | |
From sources¶
The sources for thinkgreen can be downloaded from the Github repo.
You can clone the public repository:
1 | |
Upgrade thinkgreen¶
to upgrade to the latest version of thinkgreen, you can run the following command in your terminal:
1 | |
If you use conda, you can update thinkgreen to the latest version by running the following command in your terminal:
1 | |
To install the development version from GitHub directly within Jupyter notebook without using Git, run the following code:
1 2 | |