Skip to content
Snippets Groups Projects
Select Git revision
  • 4b84d4941544e3612cefa023172ab7e9e0eaee9d
  • master default protected
  • patch-1
3 results

pyframe3dd

Sam Calisch's avatar
Sam Calisch authored
4b84d494
History
Name Last commit Last update
ex
src
README.md
setup.py

Some hacked utilities for interfacing to the Frame3DD library, maintained by Henri P. Gavin, Department of Civil and Environmental Engineering, Duke University. frame3dd.sourceforge.net

Installation

  1. Install Frame3dd.
  2. Install python dependencies
sudo pip install networkx scipy
  1. Build and install pyframe3dd. By default this will go to /usr/local
python setup.py build
python setup.py install

Examples

The directory ex/ contains example python scripts using the library.