TemoaProject / temoa

Tools for Energy Model Optimization and Analysis
http://temoacloud.com
GNU General Public License v2.0
81 stars 49 forks source link

Adding requirements.txt file to support pip venv #54

Closed jeff-ws closed 1 year ago

jeff-ws commented 1 year ago

Adding a requirements.txt file to support use outside of conda environment. Users should build a venv, activate it, and then use pip install -r requirements.txt to install dependencies in the venv.

jeff-ws commented 1 year ago

Will re-submit later per discussion.