Skip to content
Snippets Groups Projects
Commit 6e536587 authored by Jarrod Pas's avatar Jarrod Pas
Browse files

Adds basic README

parent fcc3728d
No related branches found
No related tags found
1 merge request!3Version 0.2
# pydtn
pydtn is a python module for simulating delay tolerant networks.
Table of Contents:
* [Installation](#installation)
* [Development](#development)
## Installation
pydtn has been run with Python 3.4 and 3.6.
To install pydtn, simply:
```
$ pip install git+https://git.cs.usask.ca/discus/pydtn.git
```
## Usage
There are examples in the `examples/` directory.
## Development
Clone the repository via ssh:
```
$ git clone git@git.cs.usask.ca:discus/pydtn.git
```
or via https:
```
$ git clone https://git.cs.usask.ca/discus/pydtn.git
```
Then install the package and it's dependencies:
```
$ cd pydtn
$ pip install --editable .
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment