File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- # <img src =" https://raw.githubusercontent.com/pylhc/pylhc.github.io/master/docs/assets/logos/OMC_logo.svg " height =" 28 " > PyLHC Tools
1+ # <img src =" https://raw.githubusercontent.com/pylhc/pylhc.github.io/master/docs/assets/logos/OMC_logo.svg " height =" 28 " alt = " omc3 logo " > PyLHC Tools
22
3- [ ![ Cron Testing] ( https://github.com/pylhc/PyLHC/workflows/Cron%20Testing/badge.svg )] ( https://github.com/pylhc/PyLHC/actions?query=workflow%3A%22Cron+Testing%22 )
4- [ ![ Code Climate coverage] ( https://img.shields.io/codeclimate/coverage/pylhc/PyLHC.svg?style=popout )] ( https://codeclimate.com/github/pylhc/PyLHC )
5- [ ![ Code Climate maintainability (percentage)] ( https://img.shields.io/codeclimate/maintainability-percentage/pylhc/PyLHC.svg?style=popout )] ( https://codeclimate.com/github/pylhc/PyLHC )
3+ [ ![ Tests] ( https://github.com/pylhc/PyLHC/actions/workflows/coverage.yml/badge.svg?branch=master )] ( https://github.com/pylhc/PyLHC/actions/workflows/coverage.yml )
64[ ![ GitHub last commit] ( https://img.shields.io/github/last-commit/pylhc/PyLHC.svg?style=popout )] ( https://github.com/pylhc/PyLHC/ )
5+ [ ![ PyPI Version] ( https://img.shields.io/pypi/v/PyLHC?label=PyPI&logo=pypi )] ( https://pypi.org/project/PyLHC/ )
76[ ![ GitHub release] ( https://img.shields.io/github/release/pylhc/PyLHC.svg?style=popout )] ( https://github.com/pylhc/PyLHC/ )
87[ ![ DOI] ( https://zenodo.org/badge/DOI/10.5281/zenodo.5643602.svg )] ( https://doi.org/10.5281/zenodo.5643602 )
98
@@ -18,13 +17,15 @@ It is a collection of useful scripts for the Optics Measurements and Corrections
1817## Installing
1918
2019This package is ` Python 3.7+ ` compatible, and can be installed through ` pip ` :
20+
2121``` bash
2222python -m pip install pylhc
2323```
2424
2525After installing, scripts can be run with either ` python -m pylhc.SCRIPT --FLAG ARGUMENT ` or by calling the Python files directly.
2626
2727For development purposes, we recommend creating a new virtual environment and installing from VCS in editable mode with all extra dependencies:
28+
2829``` bash
2930git clone https://github.com/pylhc/pylhc
3031python -m pip install --editable " pylhc[all]"
You can’t perform that action at this time.
0 commit comments