Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Feb 28, 2024
1 parent a474c84 commit 593cdcc
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,33 @@
# Constrained form finding using Dynamic Relaxation

This package provides equilibrium solvers and constraints
for constrained form finding using the "dynamic relaxation" method.

The solvers can be used through the `compas_dr` paclage directly,
or through COMPAS FormFinder, which is a form finding tool with a GUI
combining various different form finding approaches.

## Installation

Stable releases can be installed from PyPI.

```bash
pip install compas_dr
```

To install the latest development version, do:

```bash
git clone https://github.com/blockresearchgroup/compas_dr.git
cd compas_dr
pip install -e ".[dev]"
```

## Documentation

For further "getting started" instructions, a tutorial, examples, and an API reference,
please check out the online documentation here: [COMPAS DR docs](https://blockresearchgroup.github.io/compas_dr)

## Issue Tracker

If you find a bug or if you have a problem with running the code, please file an issue on the [Issue Tracker](https://github.com/BlockResearchGroup/compas_dr/issues).

0 comments on commit 593cdcc

Please sign in to comment.