11# Installation & Updates
22
33Waymark is a Python CLI/TUI application. The installed command is ` waymark ` .
4- The planned PyPI distribution name is ` waymark-memory ` because ` waymark ` is
5- already taken on PyPI by another project.
4+ The PyPI distribution name is ` waymark-memory ` because ` waymark ` is already
5+ taken on PyPI by another project.
66
77## Recommended Install
88
@@ -42,25 +42,21 @@ while still exposing the `waymark` command.
4242If ` waymark ` is not found after installation, open a new terminal so the updated
4343PATH from ` pipx ensurepath ` is loaded.
4444
45- !!! warning "PyPI is not live yet"
46- Until the PyPI trusted-publisher setup is completed, use the GitHub Release
47- wheel below.
48-
4945## Current GitHub Release
5046
5147Install the current public release directly from GitHub:
5248
5349=== "Windows PowerShell"
5450
5551 ```powershell
56- py -m pip install https://github.com/shusingh/waymark/releases/download/v0.2 .0/waymark -0.2 .0-py3-none-any.whl
52+ py -m pip install https://github.com/shusingh/waymark/releases/download/v0.3 .0/waymark_memory -0.3 .0-py3-none-any.whl
5753 waymark --version
5854 ```
5955
6056=== "macOS / Linux"
6157
6258 ```bash
63- python3 -m pip install https://github.com/shusingh/waymark/releases/download/v0.2 .0/waymark -0.2 .0-py3-none-any.whl
59+ python3 -m pip install https://github.com/shusingh/waymark/releases/download/v0.3 .0/waymark_memory -0.3 .0-py3-none-any.whl
6460 waymark --version
6561 ```
6662
@@ -141,7 +137,7 @@ For a PyPI install:
141137For a GitHub wheel install, install the newer release wheel URL:
142138
143139``` bash
144- python -m pip install --upgrade https://github.com/shusingh/waymark/releases/download/v0.2 .0/waymark -0.2 .0-py3-none-any.whl
140+ python -m pip install --upgrade https://github.com/shusingh/waymark/releases/download/v0.3 .0/waymark_memory -0.3 .0-py3-none-any.whl
145141```
146142
147143For a source checkout:
@@ -154,7 +150,8 @@ python -m pip install -e ".[dev,docs,pdf]"
154150## Publishing to PyPI
155151
156152Waymark uses PyPI Trusted Publishing rather than a long-lived API token. The
157- project must first be configured in PyPI as a pending trusted publisher.
153+ project is published from the tag workflow after the trusted publisher is
154+ configured in PyPI.
158155
159156Use these values:
160157
0 commit comments