A python wrapper around psspy (python API for PSSE simulator) to perform time series powerflow and dynamic simulation for power system fault
- Clone this repository
- Open up a Anaconda command prompt and execute command
set CONDA_FORCE_32BIT=1
. - Create a virtual environment by executing
conda create -n <name> python=3.7
in anaconda prompt - Activate environmnet by executing
conda activate <name>
- From the cloned PyPSSE directory execute command
python install -e.
to install PyPSSE in the same environment
- Activate the environment
- Execute command
pytest
from the cloned repository