Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ the `rda_python_setuid` mechanism, which is pulled in automatically as a
dependency. After `pip install` above, choose one of the wiring options
below.

> **Note:** If `rda_python_setuid` is already installed and fully set up in
> your environment, you can skip the compile step (`-c/--compile`) and the
> optional `pgstart` step (`-p/--pgstart`). The `-l/--link` step is still
> required to wire up this package's own setuid programs.

### Full setuid install (requires sudo access to COMMONUSER)

Run these steps once per environment:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "rda_python_miscs"
version = "3.0.0"
version = "3.0.1"
authors = [
{ name="Zaihua Ji", email="zji@ucar.edu" },
]
Expand Down
Loading