Quick Start
November 25, 2025 ยท View on GitHub
Install veScale
Make sure we are in root of the veScale repo.
pip3 install -r requirements.txt && pip3 install -e .
This will install veScale and its dependencies.
Build Docker Image
Make sure we are in root of the veScale repo.
docker build .
Once the building process is finished, you can docker run with the id.
Run Test Code
Make sure we are in root of the veScale repo.
./scripts/run_test.sh