Getting started#
So you’re new to energy_analysis_toolbox ? Here is what you need to get started quickly!
Installing from the sources#
Installation from sources is mainly intended for developers of the package.
The installation is described using pip:
Get the sources, the latest version being on Github.
Checkout the commit/tag/branch you want to install.
Go to the root of the sources directory. There should be a file with name
setup.py.Run
pip install ./. This can be combined with otherpipoptions such as--prefixto chose the target installation directory.
Examples of use#
Want to learn more about how to use energy_analysis_toolbox ? See the tutorials in the
User guide !