Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rpakishore committed Feb 5, 2024
1 parent 6af1be8 commit a5f1296
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
- [2.2.1.2. Install from Pypi release](#2212-install-from-pypi-release)
- [2.2.2. Development](#222-development)
- [3. Usage](#3-usage)
- [GUI](#gui)
- [4. Roadmap](#4-roadmap)
- [6. License](#6-license)
- [7. Contact](#7-contact)
Expand Down Expand Up @@ -108,11 +109,14 @@ sap.version #Returns SAP2000 version number
sap.api_version #Returns Sap0API version number

sap.save(r'\Path\to\save\file.sdb')

```

To see module level usage, check out the [`Layout.md`](/documentation/Layout.md) or [`Usage.ipynb`](/documentation/Usage.ipynb)

### GUI

The repo now supports a streamlit GUI for the wrapper. Checkout [`GUI.md`](/documentation/Usage/GUI.md) for instructions.

<!-- Roadmap -->
## 4. Roadmap

Expand Down

0 comments on commit a5f1296

Please sign in to comment.