Skip to content

Commit

Permalink
Updated readme install instructions with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinp committed May 4, 2017
1 parent 592e243 commit f424890
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# pyviso2: SWIG python bindings for libviso2
Fork of https://github.com/jlowenz/pyviso2, with additional wrappers for exposing the matching (and not VO) API.
Fork of https://github.com/jlowenz/pyviso2, with additional wrappers for exposing the matching API (the original only contained wrappers for Visual Odometry).

## Installation instructions
Make sure you have SWIG installed (on Ubuntu: `sudo apt-get install swig`), and then you can use pip to install pyviso2.

`` cd src/ ``

`` pip install -e . ``

## Instructions for use
See https://github.com/jlowenz/pyviso2 for installation instructions. SWIG is a dependency.
10 changes: 10 additions & 0 deletions src/pyviso2.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Metadata-Version: 1.0
Name: pyviso2
Version: 0.1.0
Summary: UNKNOWN
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: UNKNOWN
Platform: UNKNOWN
13 changes: 13 additions & 0 deletions src/pyviso2.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
filter.cpp
matcher.cpp
matrix.cpp
reconstruction.cpp
triangle.cpp
viso.cpp
viso2.i
viso2.py
viso_stereo.cpp
pyviso2.egg-info/PKG-INFO
pyviso2.egg-info/SOURCES.txt
pyviso2.egg-info/dependency_links.txt
pyviso2.egg-info/top_level.txt
1 change: 1 addition & 0 deletions src/pyviso2.egg-info/dependency_links.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

2 changes: 2 additions & 0 deletions src/pyviso2.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
_viso2
viso2

0 comments on commit f424890

Please sign in to comment.