Skip to content

Latest commit

 

History

History
executable file
·
21 lines (16 loc) · 247 Bytes

README.md

File metadata and controls

executable file
·
21 lines (16 loc) · 247 Bytes

Pypolymer

A collection of tools for md analysis

Installation

Clone this repository, then run

 $ python setup.py install

Requirements

  • pybind11
 $ conda install pybind11

or

 $ pip install "pybind11[global]"