Skip to content

Commit

Permalink
cleaned up readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyman Gillispie committed Nov 19, 2013
1 parent 43e9dd5 commit 56cb38c
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
femToybox
---------

A Toybox! Full of Toys!fewToybox is a collection of toy finite-element solvers
written in python.
femToybox is a package for assembling finite-element matrices for 1-D
problems written in python.

## Installation:

femToybox is built using the Numpy linear algebra package,
and the SciPy scientificit computing package.
Many of the examples make use of the Matplotlib
plotting library as well.
First download the package source, either via git:

$ git clone https://github.com/fmuzf/python-femToybox.git
or the [zip-ball](https://github.com/fmuzf/python-femToybox/archive/master.zip).

Then, at the terminal, install the package using Python:

$ cd python-femToybox
$ python setup.py install

0 comments on commit 56cb38c

Please sign in to comment.