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.
- Host: GitHub
- URL: https://github.com/ome/omego
- Owner: ome
- License: gpl-2.0
- Created: 2013-02-20T09:06:17.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2022-11-02T12:09:28.000Z (over 3 years ago)
- Last Synced: 2025-07-01T18:52:01.277Z (11 months ago)
- Topics: install, ome, python, tool
- Language: Python
- Homepage:
- Size: 2.64 MB
- Stars: 6
- Watchers: 21
- Forks: 15
- Open Issues: 18
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE.txt
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