Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Mar 19, 2024
1 parent d2660e7 commit b119a88
Showing 1 changed file with 12 additions and 17 deletions.
29 changes: 12 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,20 @@
## PyFlexFloat

A Python wrapper around OPRECOMP's [FlexFloat](https://github.com/oprecomp/flexfloat) library.
A Python wrapper around OPRECOMP's [FlexFloat](https://github.com/oprecomp/flexfloat) library, enabling arbitrary precision floating-point arithmetic emulation in Python.

## Installation

Clone the repository:
`
git clone https://github.com/colluca/pyflexfloat.git
`
Simply install via pip:
```
pip install pyflexfloat
```

Enter the local repository folder:
`
cd pyflexfloat
`
For developers, you can create an editable installation, to test your changes to the source code:
```
pip install -e .
```

Install in your active Python environment:
`
pip install .
`

Test installation:
`
Test the installation:
```
./test/test.py
`
```

0 comments on commit b119a88

Please sign in to comment.