diff --git a/README.md b/README.md index 4219bc1d1e..fdbc394d71 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ This is an experimental package that provides an *optimized* OpenSees Tcl interp as well as a new set of Python bindings that is both idiomatic, and free of global state. -The package may be used as a drop-in replacement for both OpenSees and -OpenSeesPy, and generally provides a substantial performance boost. +The package may be used as a drop-in replacement for both OpenSees.exe and +OpenSeesPy (see *Getting Started* below), and generally provides a substantial performance boost. Project objectives include: - **Performance** The `opensees` package uses the experimental @@ -53,10 +53,6 @@ Project objectives include: - **Robustness** All program state is encapsulated in user-instantiated classes, and global variables/singletons are avoided. This eliminates several preexisting vulnerabilities to inadvertent state corruption. -- **Simplicity** With a single `pip`-install, run any OpenSees Tcl - script *and* most OpenSeesPy scripts on a wide variety of Python versions. - No fidling with compilers or `PATH` variables. - [pypi-d-image]: https://img.shields.io/pypi/dm/opensees.svg