Skip to content

Commit a5563a5

Browse files
committed
Update install docs and packaging metadata
1 parent 842ad5b commit a5563a5

2 files changed

Lines changed: 13 additions & 5 deletions

File tree

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=61", "wheel"]
2+
requires = ["setuptools>=61,<77", "wheel"]
33
build-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]
6464
package-dir = { "" = "src" }
65+
license-files = []
6566

6667
[tool.setuptools.packages.find]
6768
where = ["src"]

0 commit comments

Comments
 (0)