mirror of
https://github.com/zama-ai/concrete.git
synced 2026-01-14 23:38:10 -05:00
9 lines
96 B
Bash
Executable File
9 lines
96 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
cd frontends/concrete-python
|
|
make venv
|
|
source .venv/bin/activate
|
|
make pcc
|