Skip to content

Commit

Permalink
Update README for python package.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Nov 18, 2024
1 parent de4dd30 commit 2d59ac4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions py/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Introduction

Python wrapper around the
[Fortran codata library](https://milanskocic.github.io/codata/index.html).
The Fortran library does not need to be installed, the python wrapper embeds all needed fortran dependencies
for Windows and MacOS.
On linux, you might have to install `libgfortran` if it is not distributed with your linux distribution.
`pycodata` is a library providing the latest codata constants (2022) and
older values (2018, 2014 and 2010).
The raw codata are taken from http://physics.nist.gov/constants.
The constants (values and uncertainties) are implemented as dictionnaries.

# Installation

Expand Down

0 comments on commit 2d59ac4

Please sign in to comment.