As part of Oregon State University - Cascades's Energy Coding Club, this repository will be used to practice github workflow and organize our community project.
- Python version 3.5+ 64-bit
-
Using Git, navigate to a local target directory and clone repository:
git clone https://github.com/kbrunik/ECC.git
-
Open a terminal and navigate to /ECC
-
Create a new virtual environment and change to it. Using Conda and naming it 'ecc':
conda create --name ecc python=3.8 -y conda activate ecc
-
Install requirements:
pip install -r requirements.txt
-
Verify setup by running an example:
python examples/test.py