-
Notifications
You must be signed in to change notification settings - Fork 1
Getting started with using the define‐json repo
Anywho Notch edited this page Mar 20, 2026
·
2 revisions
- Clone the repo
git clone https://github.com/TeMeta/define-json
cd define-json-
Install
make— reads and runs the Makefile commands
- Open PowerShell as Administrator
- Check if already installed:
make --version - If not, install via Chocolatey:
choco install make - If you don't have Chocolatey yet, check first:
choco --version - If missing, install Chocolatey from https://chocolatey.org/install
-
Install
poetry— manages Python dependencies used by the Makefile
- Install via pipx:
pipx install poetry - If pipx is missing, run:
pip install pipxthenpipx ensurepath, then restart PowerShell
- Install all project dependencies
make install- Explore available commands
make help- If you need to uninstall dependencies for any reason, run
poetry env remove --all
© 2026 Clinical Data Interchange Standards Consortium
CDISC is a 501(c)(3) global nonprofit charitable organization with administrative offices in Austin, Texas, with hundreds of employees, volunteers, and member organizations around the world.