mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04: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
|