Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 586 Bytes

installation.org

File metadata and controls

28 lines (17 loc) · 586 Bytes

Installation

To install from pip (which may be out of date):

pip install geomm[all]

There are some optional features you can install as well using the extras spec in pip. Currently, these are:

all
installs all extras

Check the setup.py file under extras_requirements for the full listing.

You can always install from git as well for the latest:

pip install git+https://github.com/ADicksonLab/geomm

If installation went alright this command should succeed:

python -c "import geomm"