Metadata-Version: 2.0
Name: MoNeT-MGDrivE
Version: 0.3.1
Summary: MoNeT python package
Home-page: https://chipdelmal.github.io/MoNeT/
Author: Hector M. Sanchez C.
Author-email: sanchez.hmsc@berkeley.edu
License: MIT
Description-Content-Type: text/markdown
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: ipython
Requires-Dist: jupyter
Requires-Dist: pandas
Requires-Dist: sympy

# MoNeT Python Package

## To update online

View the package at https://pypi.org/project/MoNeT-MGDrivE/

To upgrade the package, change the version number in setup.py and run the following:

```bash
python3 setup.py sdist bdist_wheel
python -m twine upload dist/*
```

## To update locally

Move into the **PythonPkg** folder and run:

```bash
pip install .
```

To install in the *Conda Environment*:

```bash
source activate MoNeT
pip install .
```


