-
Notifications
You must be signed in to change notification settings - Fork 9
Installation
Jordan Matelsky edited this page Jan 24, 2021
·
1 revision
You can install DotMotif with pip:
pip3 install dotmotif
This should cover almost all of your use-cases! But if you prefer bleeding-edge code, you can install directly from GitHub with:
pip3 install git+https://github.com/aplbrain/dotmotif
Depending on your plans, you may also want to install support for Neo4j, in which case you might want to install py2neo
. If you're going to use DotMotif to make a Neo4j docker container (learn more about the advantages here), you might also install docker
before installing DotMotif.