Skip to content

Commit 155afe2

Browse files
authored
Dependency updates, Core proto updates, and other minor things (#46)
1 parent 8ffa58e commit 155afe2

39 files changed

+1180
-1265
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- uses: actions-rs/toolchain@v1
3030
with:
3131
toolchain: stable
32+
- uses: Swatinem/rust-cache@v1
3233
- uses: actions/setup-python@v1
3334
with:
3435
python-version: ${{ matrix.python }}
@@ -91,6 +92,7 @@ jobs:
9192
- uses: actions-rs/toolchain@v1
9293
with:
9394
toolchain: stable
95+
- uses: Swatinem/rust-cache@v1
9496
- uses: actions/setup-python@v1
9597
with:
9698
python-version: "3.10"

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,9 @@ To build the SDK from source for use as a dependency, the following prerequisite
583583
* [poetry](https://github.com/python-poetry/poetry) (e.g. `python -m pip install poetry`)
584584
* [poe](https://github.com/nat-n/poethepoet) (e.g. `python -m pip install poethepoet`)
585585

586+
macOS note: If errors are encountered, it may be better to install Python and Rust as recommended from their websites
587+
instead of via `brew`.
588+
586589
With the prerequisites installed, first clone the SDK repository recursively:
587590

588591
```bash
@@ -624,6 +627,10 @@ For example,
624627
[create a virtual environment](https://packaging.python.org/en/latest/tutorials/installing-packages/#creating-virtual-environments)
625628
somewhere and then run the following inside the virtual environment:
626629

630+
```bash
631+
pip install wheel
632+
```
633+
627634
```bash
628635
pip install /path/to/cloned/sdk-python/dist/*.whl
629636
```

0 commit comments

Comments
 (0)