Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 683 Bytes

README.rst

File metadata and controls

32 lines (24 loc) · 683 Bytes

molden_modifier 0.1.0

Some tools to modify molden files.

  • Free software: MIT license

Installation

Use your package manager or use the following instructions to install it in a virtual environment:

$ python3 -m venv .env
$ source .env/bin/activate
$ pip install --upgrade pip
$ pip install --upgrade
$ pip install -r devel-requirements.txt
$ python setup.py develop

Citation

@Misc{Loehel2020,
  author = {Juergen Loehel and Alba Vargas-Caamal},
  title  = {Molden-modifier 1.0},
  year   = {2020},
  url    = {https://github.com/jloehel/molden_modifier},
}