Update docs and docs ci job to use uv

This commit is contained in:
Jacob Alexander
2026-07-02 23:48:12 -07:00
parent 4b2f92e9d1
commit 6aa1849da6
2 changed files with 51 additions and 48 deletions

View File

@@ -42,13 +42,14 @@ If you want the latest development version, you can clone the github repo::
For development packages use one of the following to install the python dependencies::
pipenv install
pip install -r requirements.txt
cd pycapnp
uv venv
uv sync
source .venv/bin/activate
And install pycapnp with::
cd pycapnp
pip install .
uv pip install .
Development
@@ -59,13 +60,14 @@ Clone the repo from https://github.com/capnproto/pycapnp.git::
For development packages use one of the following to install the python dependencies::
pipenv install
pip install -r requirements.txt
cd pycapnp
uv venv
uv sync
source .venv/bin/activate
Building::
cd pycapnp
pip install .
uv pip install .
Useful targets for setup.py::