Metadata-Version: 2.1
Name: smumerix
Version: 0.1.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# Numfys fysikkbibliotek

## Aktivering

```
.env/Scripts/Activate.ps1
code .
```

## Kompilering og kjøring

```
maturin develop
py .\_python\preex.py
```

## Originalt oppsett

```
py -m venv .env
pip install -f requirements.txt
```
