Skip to content

Commit

Permalink
Misc doc
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreDecan committed Oct 23, 2024
1 parent 9e22fdd commit 0241a66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ The `portion` library provides data structure and operations for intervals in Py

You can use `pip` to install it, as usual: `pip install portion`. This will install the latest available version from [PyPI](https://pypi.org/project/portion).
Pre-releases are available from the *master* branch on [GitHub](https://github.com/AlexandreDecan/portion) and can be installed with `pip install git+https://github.com/AlexandreDecan/portion`.
Note that `portion` is also available on [conda-forge](https://anaconda.org/conda-forge/portion).

You can install `portion` and its development environment using `pip install -e .[test]` at the root of this repository. This automatically installs [pytest](https://docs.pytest.org/en/latest/) (for the test suites) and [ruff](https://docs.astral.sh/ruff/) (for code style).

Expand Down
1 change: 0 additions & 1 deletion portion/func.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ def exclude(v, i):

def include(v, i):
return v < i.upper or (i.right is Bound.CLOSED and v <= i.upper)

else:

def exclude(v, i):
Expand Down

0 comments on commit 0241a66

Please sign in to comment.