Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nmnaughton committed Apr 9, 2020
1 parent 632fc82 commit ce38b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

PyElastica is the python implementation of **Elastica**, which is a *free* and *open-source* software project for the simulation of assemblies of slender, one-dimensional bodies using Cosserat Rod theory. More information about Elastica and Cosserat rod theory is available at the Elastica [project website](https://cosseratrods.org)

The current version of PyElastica released here is the educational version. This version is a straight forward Python implementation of the Elastica code. As such, it is very slow. We are working on a significantly accelerated version of the code that we hope to release soon.
The current version of PyElastica released here is the educational version. This version is a straight forward Python implementation of the Elastica code making heavy use of numpy. As such, it is very slow. We are working on a significantly accelerated Python version of the code that we hope to release soon.

## Installation
The easiest way to install PyElastica is with PIP **(not yet implemented)**. PyElastica requires Python 3.7.
Expand Down

0 comments on commit ce38b4a

Please sign in to comment.