Skip to content

Commit

Permalink
Merge branch 'build-scripts' of https://github.com/cogment/cogment-lab
Browse files Browse the repository at this point in the history
…into build-scripts
  • Loading branch information
RedTachyon committed Jan 17, 2024
2 parents bebb0f8 + 29cbfc5 commit 00a5662
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![cog-lab](https://github.com/RedTachyon/cogment_lab/assets/19414946/165557d0-fdf0-4d0a-99f1-3fc321fa194c)
![cog-lab](https://github.com/cogment/cogment-lab/assets/19414946/5fb5f668-db74-45d8-8d36-e0c9bf886562)

# Human + AI = ❤️

Expand Down Expand Up @@ -81,9 +81,10 @@ To run on M1/2/3 macs, you'll need to perform those additional steps
```
pip uninstall grpcio grpcio-tools
export GRPC_PYTHON_LDFLAGS=" -framework CoreFoundation"
pip install grpcio==1.48.2 grpcio-tools==1.48.2 --no-binary :all:
pip install grpcio==1.60.0 grpcio-tools==1.60.0 --no-binary :all:
```
Adjust the version (here 1.60.0) to whatever you have installed.
## Usage
Expand Down

0 comments on commit 00a5662

Please sign in to comment.