Skip to content

Commit

Permalink
markdown update
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhuey committed Oct 20, 2017
1 parent c297424 commit eb58543
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
@@ -1,27 +1,27 @@
#VISSIM Tools
# VISSIM Tools

##VISSIM v8.x (/vissim_v8)
## VISSIM v8.x (/vissim_v8)

###Current VISSIM objects supported:
### Current VISSIM objects supported:
- VISSIM network attributes and parameters
- Vehicle Inputs
- Links
- Static Route Decisions

###Current methods supported:
### Current methods supported:
- Import data from .INPX file
- Export data to .INPX file
- Get object attributes
- Set object attributes
- Create objects
- Remove objects

###Install:
### Install:
``` python
python setup_v8.py install
```

###Usage:
### Usage:
```python
import vissim_v8 as vissim
v = vissim.Vissim('vissim_v8/example/Busmall.inpx')
Expand All @@ -43,27 +43,27 @@ Export VISSIM model to new file:
v.export('example_new.inpx')
```

##VISSIM v5.x (/vissim_v5)
## VISSIM v5.x (/vissim_v5)

###Current VISSIM objects supported:
### Current VISSIM objects supported:
- Vehicle Inputs
- Links
- Connectors
- Route Decisions

###Current methods supported:
### Current methods supported:
- Import data from .INP file
- Export data to .INP file
- Get object attributes
- Set object attributes
- Create objects

###Install:
### Install:
``` python
python setup.py install
```

###Usage:
### Usage:
```python
import vissim_v5 as vissim

Expand Down

0 comments on commit eb58543

Please sign in to comment.