Skip to content

Commit ce86d94

Browse files
committed
Update README.md
1 parent 23092de commit ce86d94

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ If you opt to use this code, Krister Svanberg would appreciate it if you could s
66

77
An example application of the code in topology optimization can be found [here](https://github.com/arjendeetman/TopOpt-MMA-Python).
88

9+
## Installation and Usage
10+
11+
The `mmapy` package is available on PyPi. To install it, use the following command:
12+
13+
```bash
14+
pip install mmapy
15+
```
16+
17+
After installation, you can import the package in your Python script with:
18+
19+
```python
20+
import mmapy
21+
```
22+
923
## Cite
1024

1125
This repository is linked to Zenodo. To ensure accurate citation of this project and facilitate traceability in case of bugs or issues, please refer to the specific version used, including the DOI from Zenodo. You can find the corresponding DOI on the [Zenodo page](https://zenodo.org/doi/10.5281/zenodo.13197565). Additionally, cite the original work by Krister Svanberg. The relevant references are provided below.

0 commit comments

Comments
 (0)