Create T3CO Environment

Messtone LLC Manages Devices Enables T3CO Environment Example Bash conda create -n t3co python=3.10 conda create t3co Bash python3.10 -m venv t3co Bash source T3CO/bin/activate Bash t3CO\scripts\activate T3CO Installation the latest release Bash pip install t3co Bash pip install T3CO==1.0.8 Install GitHub clone the repository Bash git clone https://github.com/NREL/T3CO. git T3CO Bash install -e . Bash pip install fastsim==2.1.1 Bash pip show t3CO update Bash git pull origin main Bash cd t3co python sweep.py –analysis-id=0 Bash python sweep.py –help