Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Fize Jacques
GMatch4py
Commits
b9205f5b
Commit
b9205f5b
authored
Mar 05, 2019
by
Fize Jacques
Browse files
Change Readme
parent
9ab86939
Changes
2
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
b9205f5b
...
@@ -6,7 +6,7 @@ notifications:
...
@@ -6,7 +6,7 @@ notifications:
email
:
false
email
:
false
install
:
install
:
-
pip install
-q
cython numpy networkx scipy scikit-learn pandas gensim joblib gensim psutil --upgrade
-
pip install cython numpy networkx scipy scikit-learn pandas gensim joblib gensim psutil --upgrade
-
pip install .
-
pip install .
script
:
script
:
...
...
README.md
View file @
b9205f5b
...
@@ -5,12 +5,9 @@ GMatch4py is a library dedicated to graph matching. Graph structure are stored i
...
@@ -5,12 +5,9 @@ GMatch4py is a library dedicated to graph matching. Graph structure are stored i
GMatch4py algorithms were implemented with Cython to enhance performance.
GMatch4py algorithms were implemented with Cython to enhance performance.
## Requirements
## Requirements
*
Python 3.x
*
Python 3
*
Cython
*
Numpy and Cython installed (if not :
`(sudo) pip(3) install numpy cython`
)
*
networkx
*
numpy
*
scikit-learn
## Installation
## Installation
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment