From 7885795be0661480ea8613d99cff7cbf222f7db2 Mon Sep 17 00:00:00 2001 From: dzhuang6 <dzhuang6@illinois.edu> Date: Fri, 24 Jan 2025 12:44:28 -0600 Subject: [PATCH] Update file README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 462b137..26e7ea9 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Verse is a Python library for creating, simulating, and verifying scenarios with ## Installation The package requires python 3.9-3.12+. The package can be installed using pip with all required dependencies +clone the repository, then in the VERSE folder, run ```sh pip install -e . ``` -- GitLab