File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,11 +18,18 @@ analyses are interchangeable between languages.
1818## Installation
1919
2020``` bash
21- # Editable install (recommended for development)
22- pip install -e " .[dev,plot]"
21+ # Install from PyPI (recommended for users)
22+ pip install latrend
23+ ```
2324
24- # Minimal install (matplotlib-only plotting)
25- pip install -e .
25+ ``` bash
26+ # Install latest from GitHub (before/without PyPI release)
27+ pip install " git+https://github.com/s-rani1/latrend-py.git"
28+ ```
29+
30+ ``` bash
31+ # Editable install (development)
32+ pip install -e " .[dev,plot]"
2633```
2734
2835## Quickstart
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=61" , " wheel" ]
2+ requires = [" setuptools>=61,<77 " , " wheel" ]
33build-backend = " setuptools.build_meta"
44
55[project ]
@@ -62,6 +62,7 @@ Changelog = "https://github.com/s-rani1/latrend-py/blob/main/CHANGELOG.md"
6262
6363[tool .setuptools ]
6464package-dir = { "" = " src" }
65+ license-files = []
6566
6667[tool .setuptools .packages .find ]
6768where = [" src" ]
You can’t perform that action at this time.
0 commit comments