Metadata-Version: 2.1
Name: MoNeT-MGDrivE
Version: 0.3.0
Summary: MoNeT python package
Home-page: https://github.com/Chipdelmal/MoNeT
Author: Hector M. Sanchez C.
Author-email: sanchez.hmsc@berkeley.edu
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: numpy

# 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 .
```


