Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 473 Bytes

File metadata and controls

29 lines (18 loc) · 473 Bytes

Quick Start

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