From cdcd2f777369002e3263fa7342fce78e1f96cc0b Mon Sep 17 00:00:00 2001 From: Chrystal Chern <52893467+chrystalchern@users.noreply.github.com> Date: Sun, 7 Apr 2024 01:12:21 -0700 Subject: [PATCH] cmp --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) 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