An open API service indexing awesome lists of open source software.

https://github.com/ome/omego

OME, Go! Installation and administration tool for OME applications.
https://github.com/ome/omego

install ome python tool

Last synced: 4 months ago
JSON representation

OME, Go! Installation and administration tool for OME applications.

Awesome Lists containing this project

README

          

OME, Go (omego)
===============

.. image:: https://github.com/ome/omego/actions/workflows/workflow.yml/badge.svg
:target: https://github.com/ome/omego/actions

.. image:: https://badge.fury.io/py/omego.svg
:target: https://badge.fury.io/py/omego

The omego command provides utilities for installing and managing OME applications.

Getting Started
---------------

For Python 2.6, you will need to install `argparse`_

::

$ pip install argparse

With that, it's possible to execute omego:

::

$ python omego/main.py

Pip installation
-----------------

To install the latest release of omego use pip install:

::

$ pip install omego
$ omego

License
-------

omego is released under the GPL.

Copyright
---------

2013-2026, The Open Microscopy Environment

.. _argparse: http://pypi.python.org/pypi/argparse