Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.08 KB

File metadata and controls

40 lines (30 loc) · 1.08 KB

Introduction

ElectroChemical Toolkits (ECToolkits) is a package for calculating electrochemical results from atomistic simulations.

Python package codecov pythonv pypiv

Installation

From pip

pip install ectoolkits

From source

One can download the source code of ECToolkits by

git clone https://github.com/robinzyb/ECToolkits.git ectoolkits

then use pip to install the module from source

cd ectoolkits
pip install .

Analysis

Development