https://github.com/niftypet/ninst
NiftyPET Installation tools
https://github.com/niftypet/ninst
Last synced: about 1 year ago
JSON representation
NiftyPET Installation tools
- Host: GitHub
- URL: https://github.com/niftypet/ninst
- Owner: NiftyPET
- License: apache-2.0
- Created: 2020-12-04T19:01:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T22:43:32.000Z (about 2 years ago)
- Last Synced: 2025-01-22T22:18:14.549Z (over 1 year ago)
- Language: Python
- Size: 152 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
==================================
NInst: NiftyPET Installation Tools
==================================
|Docs| |Version| |Py-Versions| |Tests| |Coverage|
``ninst`` is a stand-alone Python sub-package of NiftyPET_, dedicated to helping with installation of other sub-packages. Although it is an essential part of NiftyPET_ packaging, ``ninst`` could be used in other projects.
.. _NiftyPET: https://github.com/NiftyPET/NiftyPET
**Documentation with installation manual and tutorials**: https://niftypet.readthedocs.io/
Install
~~~~~~~
.. code:: sh
pip install ninst
Note that installation prompts for setting the path to ``NiftyPET_tools``.
This can be avoided by setting the environment variables ``PATHTOOLS``.
It's also recommended (but not required) to use `conda`.
.. code:: sh
# optional (Linux syntax) to avoid prompts
export PATHTOOLS=$HOME/NiftyPET_tools
# cross-platform install
conda install -c conda-forge python=3
pip install ninst
Licence
~~~~~~~
|Licence|
Copyright 2018-21
- `Casper O. da Costa-Luis `__ @ King's College London
- `Pawel J. Markiewicz `__ @ University College London
- `Contributors `__
.. |Docs| image:: https://readthedocs.org/projects/niftypet/badge/?version=latest
:target: https://niftypet.readthedocs.io/en/latest/?badge=latest
.. |Licence| image:: https://img.shields.io/pypi/l/ninst.svg?label=licence
:target: https://raw.githubusercontent.com/NiftyPET/NInst/master/LICENCE
.. |Tests| image:: https://img.shields.io/github/workflow/status/NiftyPET/NInst/Test?logo=GitHub
:target: https://github.com/NiftyPET/NInst/actions
.. |Coverage| image:: https://codecov.io/gh/NiftyPET/NInst/branch/master/graph/badge.svg
:target: https://codecov.io/gh/NiftyPET/NInst
.. |Version| image:: https://img.shields.io/pypi/v/ninst.svg?logo=python&logoColor=white
:target: https://github.com/NiftyPET/NInst/releases
.. |Py-Versions| image:: https://img.shields.io/pypi/pyversions/ninst.svg?logo=python&logoColor=white
:target: https://pypi.org/project/ninst