iicsys / pypmu

pyPMU - Python implementation of the IEEE C37.118 synchrophasor standard
BSD 3-Clause "New" or "Revised" License
62 stars 46 forks source link

Change installation procedure #33

Closed hrvojej closed 2 years ago

hrvojej commented 2 years ago

You should change installation procedure to:

You can download this project as zip file and extract it or clone it using git git clone https://github.com/iicsys/pypmu.git and then run python setup.py install inside project folder.

Cheers!