Installation¶
Install release¶
To install the current release of RoPWR:
pip install ropwr
Optionally, download a different release from https://github.com/guillermo-navas-palencia/ropwr/releases and install using
python setup.py install
Install from source¶
To install from source, download or clone the git repository https://github.com/guillermo-navas-palencia/ropwr
cd ropwr
python setup.py install