Kokoro-API-3 / start.sh
Yaron Koresh
Update start.sh
4f00efa verified
raw
history blame
307 Bytes
#!/bin/bash
git lfs install
git clone https://github.com/python/cpython
cd cpython
./configure --enable-optimizations --with-lto --prefix=$HOME/python
make
make test
make install
python -m pip install --upgrade --no-cache-dir pip
python -m pip install --upgrade --no-cache-dir -r deps.txt
python ./code.py