Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Goblin OGM
AIO Gremlin
Commits
b7a9fca9
Commit
b7a9fca9
authored
Jul 19, 2017
by
davebshow
Browse files
updated docs, setup is hosed
parent
851ebfff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
docs/index.rst
docs/index.rst
+6
-2
setup.py
setup.py
+2
-1
No files found.
docs/index.rst
View file @
b7a9fca9
...
...
@@ -21,14 +21,14 @@ Note that this *NOT* an official Apache project component, it is a
Releases
========
The latest release of :py:mod:`aiogremlin` is **3.2.
4
**.
The latest release of :py:mod:`aiogremlin` is **3.2.
5
**.
Requirements
============
- Python 3.5+
- TinkerPop 3.2.
4
- TinkerPop 3.2.
5
Dependencies
...
...
@@ -44,6 +44,10 @@ Install using pip::
$ pip install aiogremlin
For this version, a separate install of gremlinpython is required::
$ pip install gremlinpython --no-deps
Getting Started
===============
...
...
setup.py
View file @
b7a9fca9
...
...
@@ -9,9 +9,10 @@ class build_py(_build_py):
pip
.
main
([
'install'
,
'gremlinpython==3.2.5'
,
'--no-deps'
])
_build_py
.
run
(
self
)
setup
(
name
=
'aiogremlin'
,
version
=
'3.2.5
rc4
'
,
version
=
'3.2.5'
,
url
=
''
,
license
=
'Apache Software License'
,
author
=
'davebshow'
,
...
...
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